Dear All,
I used java.net.UrlEncoder class to encode my
url but when i read the decoded url which is sent as request parameter
using
request.getParameter method i found the url id
decoded incorrectly and all the encoded '&' characters are missed.
Is there any way to recover such problem
?
Regards,
M. Amin
|
- Re: request.getParameter() decode a url incorrectly M. Amin
- Re: request.getParameter() decode a url incorrectly Milt Epstein
- Re: request.getParameter() decode a url incorrectly Chris Pratt
- DB Connection and Servlets Fawaz Ahmad
- Re: DB Connection and Servlets Chris Pratt
- Re: request.getParameter() decode a url incorrectly Galbreath, Mark