]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Note quick hack, but it means we use some "hidden" knowledge.
authorJim Jagielski <jim@apache.org>
Mon, 25 Apr 2005 18:27:15 +0000 (18:27 +0000)
committerJim Jagielski <jim@apache.org>
Mon, 25 Apr 2005 18:27:15 +0000 (18:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@164618 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 65e6d902d2a9eb49af8484362c89517075186d5b..e3f2f46e7c3bc4153b80c7b7fdf9119473810a39 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,11 @@ 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 == '%') {
+
        +1: jim
 
     *) several changes to improve logging of connection-oriented errors, including