From: Stefan Fritsch Date: Sun, 28 Aug 2011 20:12:21 +0000 (+0000) Subject: respond to comment X-Git-Tag: 2.2.20~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c53a3465f691e8fb1ede3987d8ab12dd9e57bef;p=thirdparty%2Fapache%2Fhttpd.git respond to comment git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1162582 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e7ac0851843..565898cb173 100644 --- a/STATUS +++ b/STATUS @@ -130,6 +130,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: +0: covener did you see Jim's initial concern on introducing the ap_construct_url() in maintenance? This dissuaded me from proposing the same. + sf replies: I think that was mainly refering to the fact that in the + !ap_is_url(ret) case, the trunk version returns internal + server error while the 2.2 version just does nothing. + In that case, there is a log message with level error, but + that is not the one I want to change. * mod_deflate: Stop compressing HEAD requests if there is not Content-Length header