Closed
Bug 10741
Opened 26 years ago
Closed 26 years ago
sched - url encoding/decoding (gagan,
Categories
(Core :: Networking, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: chofmann, Assigned: gagan)
References
Details
gagan, what is this task item on the schedule about?
Chris: Currently there is no routine for anyone to escape/unescape a URL. This
is resulting in several errors where people are passing in strings that have
embedded spaces in them (Mac volumes etc) So I am adding functions that will
allow you to escape a string before passing it to construct a URL and then
unescape it after you retrieve it from the accessors of the URL.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
So the deal is that to be always safe you need to nsEscape the string before
passing it to construct a new URI and then before using it you need to
nsUnescape the same. These functions are already available from nsEscape.h
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•26 years ago
|
||
word. This has been verified fixed in a couple other bugs.
Bulk move of all Necko (to be deleted component) bugs to new Networking
component.
You need to log in
before you can comment on or make changes to this bug.
Description
•