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)

defect
Not set
normal

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: benjamin, Assigned: jsocol)

References

()

Details

Attachments

(1 file)

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.
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
It is a numbering specific to the Lorentz branch. We're hoping to have the beta go out later this week, sometime before Friday.
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
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)
Attachment #435703 - Flags: review?(laura) → review+
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
Flags: in-testsuite?
Flags: in-litmus?
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+
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.

Attachment

General

Created:
Updated:
Size: