Closed
Bug 139872
Opened 24 years ago
Closed 24 years ago
http:<file>URL with no "//host" or "///filename" not parsed correctly
Categories
(Core :: Networking: HTTP, defect)
Tracking
()
People
(Reporter: mcb, Assigned: darin.moz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-US; rv:1.0rc1)
Gecko/20020417
BuildID: 002041712
On the page http://www.ncsf-foundation.org/petition/list.php ,
select the link with text "Yahoo Petition". This fails with
"www.view.php: host not found".
The URL in the link is "http:view.php?seq=1". In my reading of RFC1738, this is
a legal URL, using a relative filename. However Mozilla parses "view.php" as a
domain name.
Reproducible: Always
Steps to Reproduce:
1. Load page http://www.ncsf-foundation.org/petition/list.php
2. Select link "Yahoo Petition"
Actual Results: Error message "www.view.php: host not found"
Expected Results: Dereferenced link as relative on that host, i.e.,
"http://www.ncsf-foundation.org/petition/view.php?seq=1".
Comment 1•24 years ago
|
||
*** This bug has been marked as a duplicate of 22251 ***
Status: UNCONFIRMED → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•