Closed
Bug 10588
Opened 26 years ago
Closed 26 years ago
nsFileSpec's Unix 'file:' URL parsing is brain-dead
Categories
(Core :: XPCOM, defect, P3)
Tracking
()
RESOLVED
WONTFIX
M14
People
(Reporter: dougt, Assigned: dougt)
References
Details
Waterson pointed this bug out:
http://bugzilla.mozilla.org/show_bug.cgi?id=9236
"The nsFileSpec's Unix 'file:' URL parsing is brain-dead. Instead
of doing "file:/u/whatever", do "file:///u/whatever". (That is, three slashes
instead of one.)"
Comment 1•26 years ago
|
||
This all needs to get unified with nsStdURL and nsFileChannel. Doug knows about
it. That's bug 10435.
| Assignee | ||
Updated•26 years ago
|
Target Milestone: M13
| Assignee | ||
Comment 2•26 years ago
|
||
This problem will be addressed in nsIFile. setting milestone to m13.
| Assignee | ||
Comment 3•26 years ago
|
||
getting some bugs off the m13 milestone
| Assignee | ||
Comment 4•26 years ago
|
||
the resolution of this it to move the users to necko. warren, is there an easy
migration path for users of nsFileURL? Most users want to get back to a
nsFileSpec (or in the future a nsIFile).
| Assignee | ||
Comment 5•26 years ago
|
||
will be fixed by 22047
| Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•26 years ago
|
Resolution: FIXED → WONTFIX
| Assignee | ||
Comment 6•26 years ago
|
||
since nsIFileURL will not be fixed in favor of necko using nsIFile, marking as
wont fix.
| Assignee | ||
Comment 7•26 years ago
|
||
since nsIFileURL will not be fixed in favor of necko using nsIFile, marking as
wont fix.
Comment 8•26 years ago
|
||
Bulk moving to XPCOM, in preparation for removal of XP File Handling component.
(XPFH has received two bugs in ~5 months, and is no longer in active use.)
Component: XP File Handling → XPCOM
| Comment hidden (collapsed) |
You need to log in
before you can comment on or make changes to this bug.
Description
•