Commit 688d04f0 authored by Jim Jagielski's avatar Jim Jagielski
Browse files

Save real fix for 2.1/2.2, and just hack it


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@168177 13f79535-47bb-0310-9956-ffa450edef68
parent c8fa4482
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -97,8 +97,6 @@ PATCHES TO BACKPORT FROM TRUNK:

    *) ap_proxy_canonenc() is over-eager in handling '%' for reverse
       proxies (PR: 29554).
         http://svn.apache.org/viewcvs.cgi?rev=151153&view=rev
            - or (quick hack) -
         Index: modules/proxy/proxy_util.c
             -       if (isenc && ch == '%') {
             +       if (isenc && (isenc != PROXYREQ_REVERSE) && ch == '%') {