|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-4728) 403 on login using c... [email protected] (JIRA)

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).