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=32025>.
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=32025

Czech characters critical





------- Additional Comments From [EMAIL PROTECTED]  2004-11-02 17:01 -------
I had an issue with German characters. Windows webfolders seem to transmit the
special German characters UTF-8 encoded. If you see additional characters it is
very likely this is your problem as sell.

So, setting URIEncoding to UTF-8 in the server.xml configuration should fix your
problem. This will be the standard in the final Slide 2.1 release. Mine looks like

    <Connector 
port="8080"               maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
               enableLookups="false" redirectPort="8443" acceptCount="100"
               debug="0" connectionTimeout="20000" 
               disableUploadTimeout="true" URIEncoding="UTF-8" />

Oliver

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

Reply via email to