https://bz.apache.org/bugzilla/show_bug.cgi?id=63084
Bug ID: 63084
Summary: AllowEncodedSlashes breaks some Jenkins URLs
Product: Apache httpd-2
Version: 2.4.6
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
I've tried different AllowEncodedSlashes settings to make my Jenkins work with
Apache ProxyPass, but url like
http://myjenkins.url/job/matrixUrlProblem/PATH=%2FmyPath%2Ffile1/ is changed
depending on AllowEncodedSlashes setings to:
* /job/matrixUrlProblem/PATH=%252FmyPath%252Ffile1/ (with "NoDecode")
* /job/matrixUrlProblem/PATH=/myPath/file1/ (with "On")
... and both are rejected by Jenkins
Is it possible to turn off "%2f" handling completely? How about some
"NoDecodeAndNoEncodeEither" option? ;)
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]