Closed
Bug 20670
Opened 26 years ago
Closed 26 years ago
can't navigate through files with ":" in the name
Categories
(Core :: Networking, defect, P3)
Tracking
()
M13
People
(Reporter: flee, Assigned: gagan)
Details
repeat by:
echo hi > /tmp/zzzz:1
view file:///tmp/
try to click on "zzzz:1" to view it
what I see:
nothing happens. sometimes I see mozilla trying to open "http://zzzz:1"
but I'm not sure what conditions triggers that.
build id: 1999120216
Assignee: leger → gagan
Component: Browser-General → Networking-Core
Changing component to Networking, although that may not be the problem. Is this
a URL parsing problem, or is a failure to encode or decode the URL somewhere
else along the line?? (Or something else?)
Comment 2•26 years ago
|
||
I think it's an encoding problem we are currently not doing at all, : is a
special character in URLs like # or ? which has to be escaped to not change the
semantics of the URL as it happens here ...
Comment 3•26 years ago
|
||
Mass move of all bugs without target milestones to M13.
Bulk move of all Networking-Core (to be deleted component) bugs to new
Networking component.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Dup of 15150.
*** This bug has been marked as a duplicate of 15150 ***
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•26 years ago
|
||
I agree that this is a dup of 15150, I read both. Marking as verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•