From: Jim Jagielski Date: Mon, 25 Apr 2005 17:21:40 +0000 (+0000) Subject: Bug fix backport X-Git-Tag: 2.0.55~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a27658c88bb2b943f7f3159677f3e45bfaddc22f;p=thirdparty%2Fapache%2Fhttpd.git Bug fix backport git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@164606 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 05c4ca7624b..65e6d902d2a 100644 --- 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