DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29900>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29900 request params in utf-8 corrupted ------- Additional Comments From [EMAIL PROTECTED] 2004-07-03 20:25 ------- thanks for reply, but... i edited the server.xml, so that now the coyote settings are these: <!-- Define a non-SSL Coyote HTTP/1.1 Connector on port 8080 --> <Connector port="8080" maxThreads="150" minSpareThreads="25" maxSpareThreads="75" enableLookups="false" redirectPort="8443" acceptCount="100" debug="0" connectionTimeout="20000" useBodyEncodingForURI="true" URIEncoding="UTF-8" disableUploadTimeout="true" /> i don't see any changes, the problem still exists. by default i send the request by POST. i refectored the code to work with GET to see if URIEncoding makes any difference. it doesn't. i'll appriciate your advice. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]