This content has been marked as final.
Show 1 reply
-
1. Re: Apache CXF JAX-RS With UTF-8 request
njiang Dec 20, 2010 7:34 PM (in response to rajeshcare4u_rajesh)What's your request looks like ? How did you deploy the JAX-RS service ?
Did you just put the UTF-8 character into Get URL ? There are some configuration on the WebContainer which you may take a look[1].
Can you consider to send the URL as post message ? In this way you can specify the charset was you want.
http://confluence.atlassian.com/display/DOC/ConfiguringTomcat'sURI+encoding
Willem