Closed Bug 853598 Opened 11 years ago Closed 11 years ago

/en-US/firefox/stats tries to redirect to glow.mozilla.org, which doesn't exist

Categories

(www.mozilla.org :: Legacy PHP system, defect)

defect
Not set
minor

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: stephend, Unassigned)

References

(Blocks 1 open bug, )

Details

(Whiteboard: [u=user c=legacy p=])

http://www.mozilla.org/en-US/firefox/stats tries to redirect to glow.mozilla.org, which doesn't exist
(In reply to raymond [:retornam] from comment #2)
> http://www.mozilla.org/en-US/firefox/stats -->
> https://blog.mozilla.org/website-archive/2011/06/14/glow-1-0/ for me

This seems to reproduce the bug:

sdonner-10779:b2g-distro sdonner$ curl -A "Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:22.0) Gecko/20130321 Firefox/22.0" http://www.mozilla.org/en-US/firefox/stats/
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://glow.mozilla.org/">here</a>.</p>
</body></html>
Stephen and Raymond - What is the correct behavior?  Thx.
Whiteboard: [u=user c=legacy p=]
(In reply to jbertsch from comment #4)
> Stephen and Raymond - What is the correct behavior?  Thx.

I don't know -- if we're still supporting those URLs, I'd say comment 1?
(In reply to Stephen Donner [:stephend] from comment #3)> 
> This seems to reproduce the bug:
> 
> sdonner-10779:b2g-distro sdonner$ curl -A "Mozilla/5.0 (Macintosh; Intel Mac
> OS X 10.7; rv:22.0) Gecko/20130321 Firefox/22.0"
> http://www.mozilla.org/en-US/firefox/stats/

Did you try "curl -L <url>"? Curl only follow redirections w "-L"
Tried this with curl and in Firefox, Chrome and IE and  I am always redirected to https://blog.mozilla.org/website-archive/2011/06/14/glow-1-0/ which is the expected behavior




curl -IL http://www.mozilla.org/en-US/firefox/stats/
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: bedrock1.webapp.phx1.mozilla.com
Vary: Accept-Encoding
Cache-Control: max-age=900
Content-Type: text/html; charset=iso-8859-1
Date: Wed, 27 Mar 2013 16:27:16 GMT
Location: http://glow.mozilla.org/
Expires: Wed, 27 Mar 2013 16:42:16 GMT
Transfer-Encoding: chunked
X-Robots-Tag: noodp
Connection: Keep-Alive
X-Cache-Info: caching

HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: pp-web04
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Date: Wed, 27 Mar 2013 14:26:38 GMT
Location: http://blog.mozilla.com/website-archive/2011/06/14/glow-1-0/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: cached

HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: generic1.webapp.phx1.mozilla.com
Vary: Accept-Encoding
Content-Type: text/html; charset=iso-8859-1
Strict-Transport-Security: max-age=15768000 ; includeSubDomains
Date: Wed, 27 Mar 2013 16:27:17 GMT
Location: http://blog.mozilla.org/website-archive/2011/06/14/glow-1-0/
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching

HTTP/1.1 200 OK
Server: Apache
X-Backend-Server: generic3.webapp.phx1.mozilla.com
Vary: Accept-Encoding,Cookie
Cache-Control: max-age=60
Content-Type: text/html; charset=UTF-8
Strict-Transport-Security: max-age=15768000 ; includeSubDomains
Date: Wed, 27 Mar 2013 16:27:17 GMT
X-Pingback: http://blog.mozilla.org/website-archive/xmlrpc.php
Link: <http://blog.mozilla.org/website-archive/?p=139>; rel=shortlink
Expires: Wed, 27 Mar 2013 16:28:17 GMT
Transfer-Encoding: chunked
Connection: Keep-Alive
X-Cache-Info: caching
http://screencast.com/t/6ZSizJBb -- not sure what about my nightly Firefox on Mac does this, though.
I'm redirected to https://blog.mozilla.org/website-archive/2011/06/14/glow-1-0/
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.