Closed
Bug 348915
Opened 19 years ago
Closed 15 years ago
file:// versus file:///
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: slowpoke, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.6) Gecko/20060728 Firefox/1.5.0.6
I imagine it must be a dupe but I tried searching for this and couldn't find it. Firefox 1.0.x understands file:// for local files, whereas Firefox 1.5.x understands only file:///. To me this seems like a bad idea as it breaks Firefox 1.0.x links, and there is no way to create links that work for both versions of firefox. Given that most people use file:// for I.E. links, it seems like Firefox should have maintained this convention.
Reproducible: Always
Comment 1•19 years ago
|
||
Fx1.5.0.6
I created a testcase like that:
<a href="file://C:/test.html" >Link</a>
And it works fine, Fx repairs the URI to file:///C:/test.html
I hadn't noticed, but the links are actually shares, so they would be of the form: file://example/test.html
Comment 3•19 years ago
|
||
For a network share typing
\\127.0.0.1/test/
into URL Bar
Fx repairs URI to file://///127.0.0.1/test/
could you please test the two possibilities on your Fx 1.x
Updated•18 years ago
|
Version: unspecified → 1.5.0.x Branch
Comment 4•15 years ago
|
||
This bug was reported on Firefox 2.x or older, which is no longer supported and will not be receiving any more updates. I strongly suggest that you update to Firefox 3.6.3 or later, update your plugins (flash, adobe, etc.), and retest in a new profile. If you still see the issue with the updated Firefox, please post here. Otherwise, please close as RESOLVED > WORKSFORME
http://www.mozilla.com
http://support.mozilla.com/kb/Managing+profiles
http://support.mozilla.com/kb/Safe+mode
Comment 5•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.x or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•