]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Save real fix for 2.1/2.2, and just hack it
authorJim Jagielski <jim@apache.org>
Wed, 4 May 2005 19:54:06 +0000 (19:54 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 4 May 2005 19:54:06 +0000 (19:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@168177 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 987c59288c8a7ff8be5bb3b143db1b76c796f4dd..dcb6a0c26b922de4cd48a45d803e6fe2d5dc1a16 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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 == '%') {