John Muller commented on Bug JENKINS-4728

I wonder if this isn't related to Tomcat (and other containers) disallowing forward slash (%2F) encoding:

http://tomcat.apache.org/security-6.html#Fixed_in_Apache_Tomcat_6.0.10

I'm running Tomcat 7 and tried adding -Dorg.apache.tomcat.util.buf.UDecoder.ALLOW_ENCODED_SLASH=true to my CATALINA_OPTS. This worked for my gitblit server, also running in the same Engine/Host, but not for Jenkins (same behavior seen as above).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to