Closed
Bug 1070133
Opened 11 years ago
Closed 7 years ago
Zones do not redirect correctly when slug is entered in wrong case
Categories
(developer.mozilla.org Graveyard :: Wiki pages, defect)
developer.mozilla.org Graveyard
Wiki pages
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: openjck, Unassigned)
References
Details
Page slugs are case-insensitive, but pages do not redirect correctly when the wrong case is entered. For example...
Redirect correctly:
* https://developer.mozilla.org/en-US/FirefoxOS
* https://developer.mozilla.org/FirefoxOS
Do not redirect correctly:
* https://developer.mozilla.org/en-US/firefoxos
* https://developer.mozilla.org/firefoxos
Comment 1•11 years ago
|
||
Tested with a regular page and a zone, it looks like this only affects zones.
Severity: normal → major
Component: General → Wiki pages
Summary: Pages do not redirect correctly when slug is entered in wrong case → Zones do not redirect correctly when slug is entered in wrong case
Comment 2•11 years ago
|
||
Example of a page that redirect correctly (not in a zone): https://developer.mozilla.org/en-US/docs/Web/css/:not
So very likely zone-related.
Updated•11 years ago
|
Blocks: mdn-zone-fixes
Comment 3•7 years ago
|
||
Zones are removed (bug 1462475).
And also, https://developer.mozilla.org/en-US/docs/Web/css/:not is no longer a redirect, but instead serves the content.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
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
•