Closed
Bug 159879
Opened 23 years ago
Closed 23 years ago
an http:// served page does not resolve file:/// urls
Categories
(Core :: Networking: File, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 122022
People
(Reporter: erco, Assigned: darin.moz)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0.0) Gecko/20020529
BuildID: 2002052918
http:// pages that contain file:/// links don't resolve.
Clicking on the link causes nothing to happen; no error, no change in the page.
Right clicking on link and choosing 'Open Link In New Window' has same effect;
nothing happens, no new window opens, no error.
There is no apparent workaround, so this seems pretty severe.
See example URL for more info.
Reproducible: Always
Steps to Reproduce:
1. Make a page on a web server that contains the html:
Here's your <A HREF="file:///etc/passwd">/etc/passwd</A> file.
2. View that page using an http:// style URL.
3. When the page comes up, click on the /etc/passwd link
Actual Results: Clicking on the link, no new page displayed, no error message.
Expected Results: Shows the local document
Manually pasting the above url "file:///etc/passwd" into the URL input bar works..!
Also, I think errors should be displayed here instead of the 'nothing' response.
Reporter | ||
Comment 1•23 years ago
|
||
I should have mentioned:
OS: RedHat Linux 7.2, Window Manager=Gnome
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
•