Closed
Bug 884164
Opened 12 years ago
Closed 12 years ago
Assets in /img/home/ are unavailable
Categories
(www.mozilla.org :: General, defect)
www.mozilla.org
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: kohei, Assigned: kohei)
References
(Blocks 1 open bug, )
Details
(Keywords: regression)
The Firefox logo on the Beta download button is disappearing:
http://www.mozilla.org/en-US/firefox/beta/
http://www.mozilla.org/en-US/mobile/beta/
$ curl -I "http://www.mozilla.org/img/home/download-logo.png"
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: bedrock1.webapp.phx1.mozilla.com
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Tue, 18 Jun 2013 04:00:47 GMT
Location: http://www.mozilla.org/firefox/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: cached
| Assignee | ||
Comment 1•12 years ago
|
||
Regressed by Bug 845580
Pull request: https://github.com/mozilla/bedrock/pull/977
Component: Legacy PHP system → General
| Assignee | ||
Updated•12 years ago
|
| Assignee | ||
Comment 2•12 years ago
|
||
This also affects the localized home pages:
http://www.mozilla.org/fr/firefox/new/
Comment 3•12 years ago
|
||
Commits pushed to master at https://github.com/mozilla/bedrock
https://github.com/mozilla/bedrock/commit/55154ffa8cbbfaa98d0bb2b9f7acf5dcbd468e8d
Bug 884164 - Assets in /img/home/ are unavailable
Regressed by Bug 845580
https://github.com/mozilla/bedrock/commit/1cd8adc2bc6deda0010f83f46aa148f03dec78d1
Merge pull request #977 from kyoshino/bug-884164-img-home
Bug 884164 - Assets in /img/home/ are unavailable
Comment 4•12 years ago
|
||
fixed on dev
curl -I "https://www-dev.allizom.org/img/home/download-logo.png"
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: bedrock1.dev.webapp.phx1.mozilla.com
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Thu, 20 Jun 2013 19:18:46 GMT
Location: https://www-dev.allizom.org/firefox/
Transfer-Encoding: chunked
Connection: Keep-Alive
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•12 years ago
|
||
No, images under /img/home/ should *not* be 301 Moved Permanently ;-)
| Assignee | ||
Comment 6•12 years ago
|
||
Now it looks good to me.
$ curl -I "https://www-dev.allizom.org/img/home/download-logo.png"
HTTP/1.1 200 OK
Date: Fri, 21 Jun 2013 16:01:05 GMT
Server: Apache
X-Backend-Server: bedrock1.dev.webapp.phx1.mozilla.com
X-Robots-Tag: noodp
Last-Modified: Tue, 25 Oct 2011 21:57:21 GMT
ETag: "46f1"
Accept-Ranges: bytes
Content-Length: 18161
Cache-Control: max-age=900
Expires: Fri, 21 Jun 2013 16:16:05 GMT
Content-Type: image/png
Comment 7•12 years ago
|
||
verified fixed
curl -I "https://www.mozilla.org/img/home/download-logo.png"
HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: bedrock2.webapp.phx1.mozilla.com
Cache-Control: max-age=900
Content-Type: image/png
Date: Fri, 21 Jun 2013 17:02:20 GMT
Expires: Fri, 21 Jun 2013 17:17:20 GMT
Accept-Ranges: bytes
ETag: "46f1"
X-Robots-Tag: noodp
Last-Modified: Wed, 01 Feb 2012 23:28:42 GMT
X-Cache-Info: caching
Content-Length: 18161
You need to log in
before you can comment on or make changes to this bug.
Description
•