Closed Bug 966938 Opened 12 years ago Closed 12 years ago

Firefox ESR download page is 404 for localized browsers

Categories

(www.mozilla.org :: General, defect)

Production
defect
Not set
major

Tracking

(Not tracked)

VERIFIED FIXED

People

(Reporter: unghost, Assigned: kohei)

References

Details

(Whiteboard: [kb=1261823] )

Attachments

(1 file)

STR: 1) Install French version of Firefox or set intl.accept_languages in about:config in fr 2) Open https://www.mozilla.org/en-US/firefox/organizations/faq/ 3) Scroll to "Where can I download Mozilla Firefox ESR?" section 4) Click on "here" Expected results: Firefox ESR download page (https://www.mozilla.org/en-US/firefox/organizations/all/) is opened Actual results: https://www.mozilla.org/fr/firefox/organizations/all/ is opened. It's 404.
Attached file Pull Request on GitHub
Assignee: nobody → kohei.yoshino
Status: NEW → ASSIGNED
Severity: normal → major
Whiteboard: [kb=1261823]
Commits pushed to master at https://github.com/mozilla/bedrock https://github.com/mozilla/bedrock/commit/72d1dd47b1025c9c85063d1a8ae4203a02927400 Fix Bug 966938 - Firefox ESR download page is 404 for localized browsers And fix Bug 967491 - Lack of trailing slash on aurora/beta all-downloads pages causes 404 https://github.com/mozilla/bedrock/commit/2e7e0d4a49869bf043da54e7bee704fa18c44955 Merge pull request #1656 from kyoshino/bug-966938-esr-l10n-404 Fix Bug 966938 - Firefox ESR download page is 404 for localized browsers
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
fixed on stage curl -H "Accept-Language: fr" -ILA "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/17.0 Firefox/25.0" www.allizom.org/firefox/organizations/all/ HTTP/1.1 301 Moved Permanently Content-Type: text/html Date: Tue, 04 Feb 2014 22:51:21 GMT Location: https://www.allizom.org/firefox/organizations/all/ Connection: Keep-Alive Content-Length: 0 HTTP/1.1 301 MOVED PERMANENTLY Server: Apache Vary: Accept-Language, Accept-Encoding X-Backend-Server: bedrock1.stage.webapp.scl3.mozilla.com Cache-Control: max-age=600 Content-Type: text/html; charset=utf-8 Date: Tue, 04 Feb 2014 22:51:21 GMT Location: https://www.allizom.org/fr/firefox/organizations/all/ Expires: Tue, 04 Feb 2014 23:01:21 GMT Transfer-Encoding: chunked X-Robots-Tag: noodp Connection: Keep-Alive X-Frame-Options: DENY X-Cache-Info: caching HTTP/1.1 302 FOUND Server: Apache X-Backend-Server: bedrock1.stage.webapp.scl3.mozilla.com Vary: Accept-Encoding Cache-Control: max-age=600 Content-Type: text/html; charset=utf-8 Date: Tue, 04 Feb 2014 22:51:21 GMT Location: https://www.allizom.org/en-US/firefox/organizations/all/ Expires: Tue, 04 Feb 2014 23:01:21 GMT Transfer-Encoding: chunked X-Robots-Tag: noodp Connection: Keep-Alive X-Frame-Options: DENY X-Cache-Info: caching HTTP/1.1 200 OK Server: Apache X-Backend-Server: bedrock1.stage.webapp.scl3.mozilla.com Vary: Accept-Encoding Cache-Control: max-age=600 Content-Type: text/html; charset=utf-8 Date: Tue, 04 Feb 2014 22:51:21 GMT Expires: Tue, 04 Feb 2014 23:01:21 GMT Transfer-Encoding: chunked X-Robots-Tag: noodp Connection: Keep-Alive X-Frame-Options: DENY X-Cache-Info: caching
fixed on prod curl -H "Accept-Language: fr" -ILA "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:17.0) Gecko/17.0 Firefox/25.0" www.mozilla.org/firefox/organizations/all/ HTTP/1.1 301 MOVED PERMANENTLY Server: Apache Vary: Accept-Language, Accept-Encoding X-Backend-Server: bedrock3.webapp.phx1.mozilla.com Cache-Control: max-age=600 Content-Type: text/html; charset=utf-8 Date: Tue, 04 Feb 2014 23:06:13 GMT Location: http://www.mozilla.org/fr/firefox/organizations/all/ Expires: Tue, 04 Feb 2014 23:16:13 GMT Transfer-Encoding: chunked X-Robots-Tag: noodp Connection: Keep-Alive X-Frame-Options: DENY X-Cache-Info: caching HTTP/1.1 302 FOUND Server: Apache X-Backend-Server: bedrock1.webapp.phx1.mozilla.com Vary: Accept-Encoding Cache-Control: max-age=600 Content-Type: text/html; charset=utf-8 Date: Tue, 04 Feb 2014 23:06:13 GMT Location: http://www.mozilla.org/en-US/firefox/organizations/all/ Expires: Tue, 04 Feb 2014 23:16:13 GMT Transfer-Encoding: chunked X-Robots-Tag: noodp Connection: Keep-Alive X-Frame-Options: DENY X-Cache-Info: caching HTTP/1.1 200 OK Server: Apache X-Backend-Server: bedrock1.webapp.phx1.mozilla.com Vary: Accept-Encoding Cache-Control: max-age=600 Content-Type: text/html; charset=utf-8 Date: Tue, 04 Feb 2014 23:06:13 GMT Expires: Tue, 04 Feb 2014 23:16:13 GMT Transfer-Encoding: chunked X-Robots-Tag: noodp Connection: Keep-Alive X-Frame-Options: DENY X-Cache-Info: caching
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: