At 08:34 PM 8/23/2004 -0700, you wrote:
Filip Hanik (lists) wrote:

doesn't URIEncoding suggest that the URI is encoded, in a POST, the parameters are passed in the body, not in the URI?


Yes it does, and hence the second part of my question. Do you know how one can configure Tomcat to decode input parameters with UTF-8 encoding?

<form name="myform" action="/someplace" accept-charset="UTF-8"> ..................... </form>

And then make sure to set the request's encoding to "UTF-8" as well.


Jake


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



Reply via email to