https://bz.apache.org/bugzilla/show_bug.cgi?id=60013

--- Comment #3 from santhanapreeth...@gmail.com ---
I configured UTF-8 everywhere as mentioned in
https://wiki.apache.org/tomcat/FAQ/CharacterEncoding#Q1 

1. I set URIEncoding="UTF-8" and useBodyEncodingForURI="true" for the
connectors in server.xml 
2. configured org.apache.catalina.filters.SetCharacterEncodingFilter at the top
in web.xml 
3. Explicitly set strict servlet compliance to false using setenv.sh 
4. Ensured that no other valves like Request Dumper Valve in
http://www.mail-archive.com/users@tomcat.apache.org/msg21117.html was
configured.

Still the rewritten querystring was getting mangled. 
Also when there is a redirect like 

RewriteRule ^/abc/(.*)$ /xyz/$1 [R]

In access log
"GET /xyz/????.xml HTTP/1.1"

the non-ASCII characters in the request URI is also getting mangled like this

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to