Closed
Bug 781995
Opened 14 years ago
Closed 14 years ago
Location redirect issue with http://www.mozilla.org/
Categories
(Infrastructure & Operations Graveyard :: WebOps: Other, task)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: Atoll, Assigned: cturra)
Details
While explaining DNS to someone, I found what *appears* to be a broken Location header in a 301 redirect for www.mozilla.org. (Also, doesn't 301 mean that www.m.o no longer honors my browser locale?)
Location: http://www.mozilla.org/en-UShttp://www.mozilla.org/
The full telnet session is below, and I was able to reproduce it a couple times. I'm not able to get redirected to the broken URL in a browser, so it might only be an edge case for the bare minimum request such as what I sent over telnet:
Seagrass:~ rs$ telnet 63.245.215.20 80
Trying 63.245.215.20...
Connected to bedrock-prod-zlb.vips.scl3.mozilla.com.
Escape character is '^]'.
GET http://www.mozilla.org/ HTTP/1.0
Host: www.mozilla.org
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: bedrock5.webapp.scl3.mozilla.com
Vary: User-Agent,Accept-Language
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private, max-age=900
Content-Type: text/html; charset=UTF-8
Date: Sat, 11 Aug 2012 01:43:27 GMT
Location: http://www.mozilla.org/en-UShttp://www.mozilla.org/
Keep-Alive: timeout=5, max=1000
Expires: Sat, 11 Aug 2012 01:58:27 GMT
Pragma: no-cache
Connection: close
X-Robots-Tag: noodp
X-Cache-Info: not cacheable; response specified "Cache-Control: no-store"
Content-Length: 0
Updated•14 years ago
|
Assignee: server-ops → server-ops-webops
Component: Server Operations → Server Operations: Web Operations
QA Contact: jdow → cshields
| Assignee | ||
Updated•14 years ago
|
Assignee: server-ops-webops → cturra
| Assignee | ||
Comment 1•14 years ago
|
||
:atoll the GET request you are submitting is a resource of http://www.mozilla.org/ so the response is as exptected. so the redirect returned would be the expected outcome.
i suspect what you intended to do was request the root resource (/)
$ telnet 63.245.215.20 80
Trying 63.245.215.20...
Connected to bedrock-prod-zlb.vips.scl3.mozilla.com.
Escape character is '^]'.
GET / HTTP/1.1
Host: www.mozilla.org
HTTP/1.1 301 Moved Permanently
Server: Apache
X-Backend-Server: bedrock2.webapp.scl3.mozilla.com
Vary: User-Agent,Accept-Language
Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private, max-age=900
Content-Type: text/html; charset=UTF-8
Date: Mon, 13 Aug 2012 09:59:36 GMT
Location: http://www.mozilla.org/en-US/
Expires: Mon, 13 Aug 2012 10:14:36 GMT
Pragma: no-cache
X-Robots-Tag: noodp
X-Cache-Info: not cacheable; response specified "Cache-Control: no-store"
Content-Length: 0
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → INVALID
Updated•12 years ago
|
Component: Server Operations: Web Operations → WebOps: Other
Product: mozilla.org → Infrastructure & Operations
Updated•7 years ago
|
Product: Infrastructure & Operations → Infrastructure & Operations Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•