]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Bug fix backport
authorJim Jagielski <jim@apache.org>
Mon, 25 Apr 2005 17:21:40 +0000 (17:21 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 25 Apr 2005 17:21:40 +0000 (17:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@164606 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 05c4ca7624b17423c7efb58f86c5ecbc10b7ead3..65e6d902d2a9eb49af8484362c89517075186d5b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -95,6 +95,11 @@ PATCHES TO BACKPORT FROM TRUNK:
     identify exactly what the proposed changes are! ]
   [ please append new backports at the end of this list not the top. ]
 
+    *) ap_proxy_canonenc() is over-eager in handling '%' for reverse
+       proxies (PR: 29554).
+         http://svn.apache.org/viewcvs.cgi?rev=151153&view=rev
+       +1: jim
+
     *) several changes to improve logging of connection-oriented errors, including
        ap_log_cerror() API (needs minor bump in addition to changes below)
          http://cvs.apache.org/viewcvs.cgi/httpd-2.0/server/core.c?r1=1.289&r2=1.291