Closed
Bug 935737
Opened 12 years ago
Closed 12 years ago
Bouncer returns 404 not found for beta http://www.mozilla.org/en-US/firefox/channel/
Categories
(Release Engineering :: Release Requests, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: retornam, Assigned: nthomas)
References
()
Details
Attachments
(1 file)
826.15 KB,
image/png
|
Details |
Visit http://www.mozilla.org/en-US/firefox/channel/
1) Click on the Beta button to download Firefox beta
2) Link redirects to https://download.mozilla.org/?product=firefox-beta-stub&os=win&lang=en-US which is a 404
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → nthomas
Component: Bouncer → Releases
Product: Webtools → Release Engineering
QA Contact: rail
Version: Trunk → unspecified
Assignee | ||
Comment 2•12 years ago
|
||
When shipping 26.0b2 yesterday I ended up setting the location to:
/firefox/releases/26.0b2/win32/:lang/Firefox%20Setup%20Stub%2025.0b2.exe
nb 25.0b2 at the end.
I've set that to
/firefox/releases/26.0b2/win32/:lang/Firefox%20Setup%20Stub%2026.0b2.exe
now, and it's working:
$ curl -IL "https://download.mozilla.org/?product=firefox-beta-stub&os=win&lang=en-US"
HTTP/1.1 302 Found
Server: Apache
X-Backend-Server: bouncer8.webapp.phx1.mozilla.com
Cache-Control: max-age=15
Content-Type: text/html; charset=UTF-8
Date: Wed, 06 Nov 2013 22:31:11 GMT
Location: https://download-installer.cdn.mozilla.net/pub/mozilla.org/firefox/releases/26.0b2/win32/en-US/Firefox%20Setup%20Stub%2026.0b2.exe
Transfer-Encoding: chunked
Connection: Keep-Alive
Set-Cookie: dmo=10.8.81.218.1383777071470478; path=/; expires=Thu, 06-Nov-14 22:31:11 GMT
X-Cache-Info: caching
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: ftp5.dmz.scl3.mozilla.com
Content-Type: application/octet-stream
Accept-Ranges: bytes
Access-Control-Allow-Origin: *
ETag: "17a882e-45190-4ea67fb26d5c0"
Last-Modified: Tue, 05 Nov 2013 06:17:03 GMT
X-Cache-Info: caching
Content-Length: 283024
Cache-Control: max-age=604800
Expires: Wed, 13 Nov 2013 22:31:12 GMT
Date: Wed, 06 Nov 2013 22:31:12 GMT
Connection: keep-alive
Bug 863381 is going to remove this source of human error.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Reporter | ||
Comment 3•12 years ago
|
||
verified fixed. I am now able to download Firefox Beta's stub installer
Status: RESOLVED → VERIFIED
Comment 4•12 years ago
|
||
I've added a task to our bouncer-tests repo's Issues on GitHub, to catch this, going forward: https://github.com/mozilla/bouncer-tests/issues/44
You need to log in
before you can comment on or make changes to this bug.
Description
•