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
To make this workable for my by editing $CATALINA_HOME\conf\server.xml
Old Value:
New Value:
I am using Tomcat 7.0.88