Closed
Bug 770254
Opened 13 years ago
Closed 7 years ago
Kuma: Legacy MT redirects lose query parameters along the way
Categories
(developer.mozilla.org Graveyard :: Editing, defect, P3)
developer.mozilla.org Graveyard
Editing
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: lorchard, Unassigned)
Details
This URL:
https://developer-new.mozilla.org/en/SVG/Content_type?raw=1¯os=1&include=1§ion=Number
Should be redirected to this URL:
https://developer-new.mozilla.org/en-US/docs/SVG/Content_type?raw=1¯os=1&include=1§ion=Number
Instead, it's redirected to this URL:
https://developer-new.mozilla.org/en-US/docs/SVG/Content_type
It's lost all the query parameters along the way. This is problematic for templates that may have only been partially fixed from the DekiScript days and still use legacy URLs.
The problematic behavior shows up in things like having the entire contents of a page, template wrapper and all, shoved into another page where just a single bare section was meant to be included.
| Reporter | ||
Comment 1•13 years ago
|
||
FWIW, this URL does pretty much the right thing:
https://developer-new.mozilla.org/en-US/docs/en/SVG/Content_type?raw=1¯os=1&include=1§ion=Number
| Reporter | ||
Comment 2•13 years ago
|
||
I think I may have come up with a band-aid fix for this in templates, so maybe this can be punted to post-launch
Updated•13 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•13 years ago
|
Version: Kuma → unspecified
| Assignee | ||
Updated•13 years ago
|
Component: Docs Platform → Editing
| Reporter | ||
Comment 4•11 years ago
|
||
Looks like it, yes.
This
https://developer.mozilla.org/en/SVG/Content_type?raw=1¯os=1&include=1§ion=Number
redirects to
https://developer.mozilla.org/en-US/docs/Web/SVG/Content_type
but should redirect to
https://developer.mozilla.org/en-US/docs/Web/SVG/Content_type?raw=1¯os=1&include=1§ion=Number
Flags: needinfo?(lorchard)
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Updated•5 years ago
|
Product: developer.mozilla.org → developer.mozilla.org Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•