Closed Bug 10741 Opened 25 years ago Closed 25 years ago

sched - url encoding/decoding (gagan,

Categories

(Core :: Networking, defect, P3)

x86
Windows 95
defect

Tracking

()

VERIFIED FIXED

People

(Reporter: chofmann, Assigned: gagan)

References

Details

gagan, what is this task item on the schedule about?
Blocks: 10730
Status: NEW → ASSIGNED
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: 25 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
Status: RESOLVED → VERIFIED
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.