I try send request like http://site.com/abc%2Fabc and it doesn\'t work (send status 400). How I understand tomcat doesn\'t accept encoded path separators for security reasons, b
Have you tried putting URIEncoding="UTF-8" in your in the server.xml?
URIEncoding="UTF-8"
in the server.xml?
server.xml