]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Coexist with multiple releases of APR, we only promise to die
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 1 Mar 2006 20:43:12 +0000 (20:43 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 1 Mar 2006 20:43:12 +0000 (20:43 +0000)
  using APR 1.1 and earlier.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@382148 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7106682eb91089146239598338b73586005a2a1b..32ce461fa9378402a85db34f9e3b4371ef7b6997 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -164,3 +164,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         http://svn.apache.org/viewcvs?rev=379562&view=rev
       +1: trawick, jerenkrantz, jorton
 
+    * 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
+