Closed Bug 1149530 Opened 9 years ago Closed 9 years ago

Some links on NSS (and others) page to 404 page for non-English locales

Categories

(Developer Documentation Graveyard :: Mozilla Platform, defect)

All
Other
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: yfdyh000, Unassigned)

References

Details

(Whiteboard: [specification][type:bug])

What did you do?
================
1. Open the https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/release_notes.html in a locale not "en-US".
2. Click any links for "Release Notes".


What happened?
==============
The go to a page says 404 error.

What should have happened?
==========================
Go to /en-US/docs/... page or a localized interface and English documents.

Is there anything else we should know?
======================================
curl -I https://developer.mozilla.org/NSS/NSS_3.14.3_release_notes is 301 Redirect to https://developer.mozilla.org/en-US/NSS/NSS_3.14.3_release_notes, the page is OK.

curl -I https://developer.mozilla.org/NSS/NSS_3.14.3_release_notes -H "Accept-Language: zh-CN" is 301 Redirect to https://developer.mozilla.org/zh-CN/NSS/NSS_3.14.3_release_notes, then the page says "HTTP/1.1 404 NOT FOUND"

curl -I https://developer.mozilla.org/NSS/NSS_3.14.3_release_notes -H "Accept-Language: ja" is the same case.
Component: General → Mozilla Platform
Product: Mozilla Developer Network → Developer Documentation
See Also: → 933496
Fixed. This should work now. The links in the original page.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.