[jboss-user] [EJB 3.0] - Re: Found a bug? Need a feature? Have a patch? See JIRA
helloween0809
do-not-reply at jboss.com
Fri Dec 15 23:58:31 EST 2006
"bill.burke at jboss.com" wrote : We now have bug/feature/issue tracking available through JIRA project management.
|
| http://www.jboss.org/products/ejb3/jira
|
| Please post your bugs there.
|
| Bill
Hi, i am a programmer from China, and i met with some character encoding problems.
my application has to work with Chinese Characters. I set the request character encoding with request.setCharacterEncoding("utf-8"). then the problem came. JBOss worked fine if the request.getMethod() is "POST". chinese charactors shows. but if the request.getMethod is "GET", JBoss doesn't decode the characters, no matter what i do(filter, new String("".getByte(), "gb2312")). the output became ??? .
is this a bug? or there is something to do to deal with the problem ?
thx. my email is e_inn at 163.com
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3994384#3994384
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3994384
More information about the jboss-user
mailing list