Martin Gainty wrote: > setting URIEncoding="UTF-8" in server.xml works in Gets but for posts > Tomcat doesn't use the URIEncoding flag for POSTed form data even when > set So, what does Tomcat use for Post? ISO-8859-1. (i18)
ISO-8859-1 may be used for POST but it depends on the circumstances. I could document the logic used to determine the encodings used (they could be different) for the query string and the request body but since this is open source, you can just read the code. The relevant code is in the parseParameters() method of http://svn.apache.org/repos/asf/tomcat/container/tc5.5.x/catalina/src/share/org/apache/catalina/connector/Request.java Mark --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]