]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote on mod_include fix, move it up to accepted.
authorPaul Querna <pquerna@apache.org>
Sat, 1 Apr 2006 06:46:32 +0000 (06:46 +0000)
committerPaul Querna <pquerna@apache.org>
Sat, 1 Apr 2006 06:46:32 +0000 (06:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390604 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e0f2cb8ffae747eeab0175a9a3c4b8cd8c93c3ff..206e11f218da2dbe6e992c2a1bd3aa1a236b495f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -83,6 +83,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
          Trunk version of patch works
       +1: rpluem, jim, pquerna
 
+    * mod_include:  APR_FILEPATH_NOTABOVEROOT was undefined with
+      a left-hand NULL or empty path.  The SECUREROOTPATH and 
+      NOTABSOLUTE tests are sufficient for this application.  
+      Adjust for this bug in earlier versions of APR that mishandled
+      the NOTABOVEROOT flag with an empty left hand value.
+        http://svn.apache.org/viewcvs?rev=382147&view=rev
+      +1: wrowe, bnicholes, pquerna
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
 
@@ -100,14 +107,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       -1 bnicholes - The authorization refactoring that was done is for 2.3 and above.
                      This can not be backported to 2.2.
 
-    * mod_include:  APR_FILEPATH_NOTABOVEROOT was undefined with
-      a left-hand NULL or empty path.  The SECUREROOTPATH and 
-      NOTABSOLUTE tests are sufficient for this application.  
-      Adjust for this bug in earlier versions of APR that mishandled
-      the NOTABOVEROOT flag with an empty left hand value.
-        http://svn.apache.org/viewcvs?rev=382147&view=rev
-      +1: wrowe, bnicholes
-
     * mod_proxy: Fix PR38403 (Child-Thread uses 100%CPU usage, mod_proxy ?)
       Trunk version of patch:
          http://svn.apache.org/viewcvs?rev=377738&view=rev