Sounds good, Thanks Mark
Martin -- ********************************************************************* This email message and any files transmitted with it contain confidential information intended only for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. ----- Original Message ----- From: "Mark Thomas" <[EMAIL PROTECTED]> To: "Tomcat Users List" <users@tomcat.apache.org> Sent: Tuesday, May 30, 2006 10:56 PM Subject: Re: Configuring Tomcat HTTP server to generate proper links for non-English file names in a Directory Listing > 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] > >