Closed
Bug 51971
Opened 25 years ago
Closed 25 years ago
Relative URL merging on HTTP-equiv Refresh (client pull) redirect
Categories
(Core :: Networking, defect, P3)
Tracking
()
People
(Reporter: Kanef, Assigned: gagan)
Details
Attachments
(1 file)
|
63 bytes,
text/html
|
Details |
Build-id: 2000090811
<meta http-equiv="refresh" content="0; URL=http:/foo/bar.html">
Behavior of Netscape 4.75 and IE 5.0 is to redirect to /foo/bar.html on same host.
Behavior of Mozilla is to redirect to
http://search.netscape.com/cgi-bin/search?charset=UTF-8&search=foo
| Reporter | ||
Comment 1•25 years ago
|
||
| Reporter | ||
Comment 2•25 years ago
|
||
Click on 09/09/00 02:41 attachment in
1. Netscape 4.75 -- it goes to http://bugzilla.mozilla.org/reports.cgi
2. Mozilla 2000090811 -- it tries to find a host called www.reports.cgi
Comment 3•25 years ago
|
||
gagan, I could catch this in my http-equiv=refresh content parser rewrite (bug
45143), or we could delegate this to NS_NewURI, which I'd prefer. (What do we do
on <a href="http:/foo/bar.html"> ?)
Comment 4•25 years ago
|
||
bug 32966 explains what we do on <a href="http:/foo/bar.html">.
Comment 5•25 years ago
|
||
*** This bug has been marked as a duplicate of 32966 ***
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
verified dupe of wontfix bug 32966: "http:/ (one slash) treated as http://
rather than /"
see also similar wontfix bug 22251: "Relative URLs with scheme (e.g.,
http:page.html) not loading - treated as absolute"
Status: RESOLVED → VERIFIED
OS: All
You need to log in
before you can comment on or make changes to this bug.
Description
•