Closed
Bug 249850
Opened 22 years ago
Closed 22 years ago
Should not redirect at "200 OK with content-Location"
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: janegil, Assigned: darin.moz)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8a1) Gecko/20040520
http://teater.no/ returns "200 OK" and "Content-Location:
http://teater.no/index.html".
This should NOT cause a redirection to index.html, see
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.14 vs
http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.30
Reproducible: Always
Steps to Reproduce:
1.http://teater.no/
2.note the redirection to http://teater.no/index.html
3.(Please ignore the loop at index.html - I suspect that is a server bug.)
Expected Results:
It should have stayed at http://teater.no/, like Opera and IE.
Partly a negation to http://bugzilla.mozilla.org/show_bug.cgi?id=249142
Comment 1•22 years ago
|
||
if (skipPage) { location = /*URL*/'index.html'; }
that line is hit and causes this redirection. not a bug.
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•