« Return to Thread: a question about URL encoding

a question about URL encoding

by Jim the Standing Bear-2 :: Rate this Message:

Reply to Author | View in Thread

Hello,

I read somewhere that the URL Encoding of the space character can be
either %20 or +.  The behavior of the URLEncoders from both
commons-codec and jdk converts spaces to +.  Is there anyway to force
the URLEncoder to convert spaces to %20 instead?  Thanks.

- Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@...
For additional commands, e-mail: user-help@...

 « Return to Thread: a question about URL encoding