[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem... Not able to store German characters

2006-07-10 Thread cromeroz
I'm having the same problem with my application (I use latin characters, ISO8859-15). But the weird thing is that my windows installation seems to have no problem. The same version of JBoss on both machines, but my test server is a RedHat AS. In linux, JBoss seems to be re-encoding the UTF-8

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem... Not able to store German characters

2006-06-23 Thread tsangcn
This is not a bug in JBoss. This is related to the way of handling charcters encoding in Servlet and JSP. Your application works in WAS, because WAS has implemented its own way of handling characters in HTML request. Problem 1: When a form is submitted, the browser will encode the characters

[JBoss-user] [Tomcat, HTTPD, Servlets JSP] - Re: Encoding problem... Not able to store German characters

2006-06-23 Thread a_rajanikanth
Thanks for your suggestions/comments. I have already implemented this and it is working fine. I just wanted to know the performance impact of the filter. One more clarification: When I tried to DEBUG the code REQUEST object doesn't have any encoding set. request.getCharacterEncoding() is