Closed
Bug 466291
Opened 16 years ago
Closed 16 years ago
Revise the What's New redirect
Categories
(Mozilla Messaging Graveyard :: Server Operations, defect, P1)
Mozilla Messaging Graveyard
Server Operations
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: standard8, Assigned: gozer)
References
Details
I've just pushed a nightly what's new page to the production server for bug 464784. We now need to re-adjust the redirects for the website to compensate before we check in the rest of that bug.
The current redirect is from:
http://live.mozillamessaging.com/%APP%/whatsnew?locale=%LOCALE%&version=%VERSION%&os=%OS%&buildid=%APPBUILDID%
to:
http://www.mozillamessaging.com/en-US/thunderbird/nightly/start/
This now needs to redirect to:
http://www.mozillamessaging.com/en-US/thunderbird/nightly/whatsnew/
Simple change, but consider this a TB 3b1 blocker.
Reporter | ||
Updated•16 years ago
|
Priority: -- → P1
Reporter | ||
Comment 1•16 years ago
|
||
Oh I forgot to say, this redirect should be the default, catch-all. We'll sort out a b1 specific redirect later.
Assignee | ||
Comment 2•16 years ago
|
||
Done.
$> lwp-request -m GET -edS 'http://live.mozillamessaging.com/thunderbird/whatsnew?locale=en-US&version=3.0b1pre&os=linux&buildid=1234'
GET http://live.mozillamessaging.com/thunderbird/whatsnew?locale=en-US&version=3.0b1pre&os=linux&buildid=1234 --> 302 Found
GET http://www.mozillamessaging.com/en-US/thunderbird/nightly/whatsnew/?uri=/thunderbird/whatsnew&locale=en-US&version=3.0b1pre&os=linux&buildid=1234 --> 200 OK
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•