From: Jim Jagielski Date: Wed, 4 May 2005 19:54:06 +0000 (+0000) Subject: Save real fix for 2.1/2.2, and just hack it X-Git-Tag: 2.0.55~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44d61c8602e2ecf16d9832e38090d295e68dc338;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/STATUS b/STATUS index 987c59288c8..dcb6a0c26b9 100644 --- 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 == '%') {