I am passing a spanish character in post request.
The "file.encoding" of JVM is UTF-8.
I am also setting the encoding of request and response as UTF-8.
I am getting a junk character in place of accentuated character in the response.
Is the response a web page ? Do you see the problem only with weblogic + solaris ? How are you confirming that the request header has the UTF-8 encoding type ?
Deepak Bala wrote:Is the response a web page ? Do you see the problem only with weblogic + solaris ? How are you confirming that the request header has the UTF-8 encoding type ?
The response is a web page.
I have tested this with Jboss + Windows combination and it works fine.
I have set encoding of request and response objects in jsp. Following things i have done in jsp:
Use a debugging proxy and determine if the headers propagate to the JSP page correctly. Compare the headers in both cases and let us know the differences you see.
I use this proxy to analyze requests -> www.charlesproxy.com/
safvan kothawala
Greenhorn
Joined: Jan 22, 2010
Posts: 4
posted
0
Hi Deepak,
I verified the request headers using the tool.
The only difference was in the Content-Type attribute.