[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - Unexpected Unicode interpretation for HTTPServletRequest on

Nat_Tul do-not-reply at jboss.com
Wed Jan 23 23:57:17 EST 2008


After several try of HttpServletRequest's getParameter(String) method.
When dealing with UTF-8 encoded URL containing code point between 0x0E01(encoded as %E0%B8%81) and 0x0E1F(encoded as %E0%B8%9F) inclusive.
The outcome of getParameter(String) will always be 0xE0 0xB8 0x3F, which is not a valid encoded form for UTF-8 and not what expected value.

My machine using JBoss AS 4.2.2.GA and JDK 6 Update 4

Any suggestion?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122881#4122881

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122881



More information about the jboss-user mailing list