Closed
Bug 121350
Opened 23 years ago
Closed 23 years ago
Recover from malformed URLs by ignoring the protocol field
Categories
(Core :: Networking: HTTP, enhancement)
Core
Networking: HTTP
Tracking
()
People
(Reporter: zwol, Assigned: darin.moz)
References
()
Details
If you load the page at the referenced URL you will see a number of A tags
of the form
<a href="http:file.html">link</a>
The author meant this to mean the same as
<a href="file.html">link</a>
but Mozilla interprets it as
<a href="http://file.html/">link</a>
i.e. it attempts to contact a host named file.html by HTTP. Of course it
cannot find any DNS entry for that host, so you get an error dialog box.
It would be nice if, in this situation, Mozilla responded to the failure of
DNS lookup by reinterpreting the URL as if it hadn't had a protocol field
in the first place. This would cause the page to work as the author intended.
![]() |
||
Comment 1•23 years ago
|
||
See bug 32966 and bug 22251. This has all already been beaten to death...
Marking as duplicate of bug 22251, since that one fits this bug more closely.
*** This bug has been marked as a duplicate of 22251 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•