Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-02-06 Thread kitagawa
FYI: The same issue reported against 5.5.35: https://issues.apache.org/bugzilla/show_bug.cgi?id=52579 Thank you for your research. I think you are right. Though I am not sure how much this can be fixed in Tomcat now. Thank you for your responses. We were able to find the reason for the

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-02-02 Thread Konstantin Kolinko
cc: dev 2012/1/23 kitagawa kitagawawo...@gmail.com: While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When posting a request, the value of any field with only a single character submitted is

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-01-22 Thread kitagawa
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

POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-01-15 Thread kitagawa
Hi, I'm new to this but please direct me if I'm posting to the wrong list. While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When posting a request, the value of any field with only a single character

Re: POST data (single character) cleared when using tomcat 6.0.33 and Character Encoding Filter

2012-01-15 Thread Konstantin Kolinko
2012/1/16 kitagawa kitagawawo...@gmail.com: Hi, I'm new to this but please direct me if I'm posting to the wrong list. While developing using ubuntu 11.04, tomcat 6.0.33 and java 1.5 I ran into a problem after setting the character encoding filter for requests. When posting a request, the