Closed
Bug 80139
Opened 24 years ago
Closed 24 years ago
nsIRequest::GetName sometimes returns URLs, and sometimes local paths
Categories
(Core :: Networking, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: sfraser_bugs, Assigned: dougt)
Details
In debugging bug 62787, I noticed that GetName calls on nsIRequests that are for
loading local files sometimes return file:// URLs, and sometimes platform-native
full paths (i.e. colon-separated paths on Mac).
See attachment 33924 [details] for a sample LoadGroup log that shows this.
Assignee | ||
Comment 1•24 years ago
|
||
yup. your correct. It is the name of the request - it could be a URI, it could
be a null, it could be the name of your favorite Beatle.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•