Closed
Bug 555800
Opened 15 years ago
Closed 15 years ago
Support links from Lorentz (version 3.6.3plugin1) should redirect correctly
Categories
(support.mozilla.org :: General, defect)
support.mozilla.org
General
Tracking
(Not tracked)
VERIFIED
FIXED
1.5.3
People
(Reporter: benjamin, Assigned: jsocol)
References
()
Details
Attachments
(1 file)
23.26 KB,
patch
|
laura
:
review+
|
Details | Diff | Splinter Review |
Lorentz is a branch of 1.9.2 where out of process plugins is being backported for future inclusion in Firefox 3.6.*. We're preparing a beta now, and discovered that in-product SUMO links show a 404 error instead of redirecting correctly:
e.g.
http://support.mozilla.com/1/firefox/3.6.3plugin1/WINNT/en-US/firefox-help
http://support.mozilla.com/1/firefox/3.6.3plugin1/WINNT/en-US/plugin-crashed
The plugin-crashed link is especially important because it is new UI which users will be testing very actively. Can we quickly set up the proper redirects so that these links work by the end of the week?
Note that we're planning possible weekly betas, so 3.6.3plugin2 and 3 should work also.
Assignee | ||
Comment 1•15 years ago
|
||
Is "#.#.#plugin#" a new style of version number we can expect to see more often?
And how soon do you expect the beta to go out?
Assignee: nobody → james
Target Milestone: --- → 1.5.4
Reporter | ||
Comment 2•15 years ago
|
||
It is a numbering specific to the Lorentz branch. We're hoping to have the beta go out later this week, sometime before Friday.
Assignee | ||
Comment 3•15 years ago
|
||
QA is OK with adding this to 1.5.3 which goes out tomorrow (/me knocks on wood).
I'm going to make versions much more liberal in what they match, probably just
\d\.\d[^/]*
That should handle pretty much anything.
Target Milestone: 1.5.4 → 1.5.3
Assignee | ||
Comment 4•15 years ago
|
||
This patch essentially replaces the old version number regex with a more liberal one.
Old & busted: [\.0-9ab]+(?:pre)?
New hotness: [0-9]+\.[0-9]+[^/]*
This should match anything that starts with two numbers separated by a period and anything trailing after it up until the next /.
Attachment #435703 -
Flags: review?(laura)
Updated•15 years ago
|
Attachment #435703 -
Flags: review?(laura) → review+
Assignee | ||
Comment 5•15 years ago
|
||
r64965.
QA: All previous rewrites should still work and destinations are unchanged.
Status: NEW → RESOLVED
Closed: 15 years ago
OS: Windows 7 → All
Hardware: x86 → All
Resolution: --- → FIXED
Updated•15 years ago
|
Flags: in-testsuite?
Flags: in-litmus?
Comment 6•15 years ago
|
||
Verified, FIXED.
Updated and ran automation script at http://viewvc.svn.mozilla.org/vc/projects/sumo/tests/frontend/php_tests/
Status: RESOLVED → VERIFIED
Flags: in-testsuite? → in-testsuite+
Comment 8•15 years ago
|
||
No need for a manual testcase since this is automated.
Flags: in-litmus? → in-litmus-
You need to log in
before you can comment on or make changes to this bug.
Description
•