-
Notifications
You must be signed in to change notification settings - Fork 37
Running
phax edited this page Oct 2, 2015
·
27 revisions
#Setting up Apache Tomcat
Tomcat must be set up with the following java system property:
org.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH = true
This can be done by adding:
-Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH="true"
as a JVM argument (Tomcat Properties -> Java -> Java Options) or
put it into the catalina.sh
in Linux:
JAVA_OPTS="$JAVA_OPTS -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true"
It is appreciated if you star the GitHub project if you like it.
Donation link: https://paypal.me/PhilipHelger
- Home
- News and noteworthy
- Migrations
- Download
- Features
- Configuration
- Running
- Source related
- Other information
- Future plans
- License
- Release Tasks