https://bz.apache.org/bugzilla/show_bug.cgi?id=60408

            Bug ID: 60408
           Summary: ProxyPassReverse relative redirect handling breaks
                    subsequent ProxyPassReverses
           Product: Apache httpd-2
           Version: 2.4.23
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: mod_proxy_http
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: ---

Created attachment 34469
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34469&action=edit
Patch to reset URL length each time around the loop

Although it's not HTTP compliant, there is code in apache to handle reverse
mapping of relative redirects, and it has a bug which affects any subsequent
ProxyPassRedirect statements, whether they are relative or absolute. The
adjustment to the URL being tested is reset each time around the loop, but the
adjustment of its length isn't, so the length check will potentially fail for
mappings configured after the relative mapping.

-- 
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]

Reply via email to