If this were fixed, there would be a host of people complaining about the opposite. The URL below is inavlid based ont the RFC. getParameter has some basic assumptions that the url is correctly encoded.

If you wish to place bad data in the query string, I recommend using request.getQueryString() and parse it yourself.

-Tim

abdurrahman sahin wrote:
I realized apache2 web server properyl handles % sign in URIs, i need =
exact functionality on tomcat 5 too.
When I try to pass a parameter containing % sign, the parameter value on =
the server seems null.
like
http://localhost:8080/aSite/aPage?query=hi%everybody
Tomcat 5 cannot handle that, Is there a way to do it with tomcat 5.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to