Thank you for your response

I read the FAQ and wasn't able to find a solution to the problem.

I researched it some more and found a bug in Java 1.5 in
java.nio.charset.Charset.decode() that might be the cause.
A ticket was submitted regarding a similar problem to sun in 2004
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6196991
(patched in Java 1.6)

Tomcat 6.0.33 r1140904 the
/tomcat/tc6.0.x/trunk/java/org/apache/tomcat/util/buf/ByteChunk.java
class was changed to use java.nio.charset.Charset.decode().
This is probably why there was no problem before in version 6.0.32.

Best regards,
--
Naoki Kitagawa

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to