Weblogic URL decoding
I have an issue with decoding of a URL containing Chineese characters.
I am running Weblogic 10.3 on SunOS 5.10
I have a servlet, and in doGet I handle the request.
In doGet when I receives a request the URL dosn't looks right.
The URL send in the browser:
Request sent using CURL:
curl "http://servername/servlet_name/冷藏货物/关于冷藏货物/概览" -H "Accept-Encoding: gzip,deflate,sdch" -H "Content-Type: text/html;charset=UTF-8" -H "Host: servername" -H "Accept-Language: da-DK,da;q=0.8,en-US;q=0.6,en;q=0.4" -H "Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8"