]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
respond to comment
authorStefan Fritsch <sf@apache.org>
Sun, 28 Aug 2011 20:12:21 +0000 (20:12 +0000)
committerStefan Fritsch <sf@apache.org>
Sun, 28 Aug 2011 20:12:21 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1162582 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e7ac0851843b1460525c3aaf2e7bab6d7a90068b..565898cb173b533c72012c182b00d5c77bad20d4 100644 (file)
--- 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