Loading STATUS +5 −0 Changes for STATUS: 5 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -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 Loading Loading
STATUS +5 −0 Changes for STATUS: 5 added lines, 0 removed lines. Original line number Diff line number Diff line Loading @@ -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 Loading