Yes, it's possible to fix the url after it has been decoded (unescaped) by the container. Something like this may work:

   url = new String(decodedurl.getBytes("ISO-8859-1"), "UTF-8");

Carlos


Serkan �zkan wrote:
sorry, I have changed the wrong configuration file :)
URIEncoding="UTF-8" is working fine. but I still wonder if there is
another way to do this, if you know another way I would like to hear
that. changing tomcat configuration may not be always possible. thanks again for your help


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




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



Reply via email to