From: William A. Rowe Jr Date: Wed, 1 Mar 2006 20:43:12 +0000 (+0000) Subject: Coexist with multiple releases of APR, we only promise to die X-Git-Tag: 2.2.1~79 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54d31e606cbe6230c15549c38d5a130a7bcad47a;p=thirdparty%2Fapache%2Fhttpd.git Coexist with multiple releases of APR, we only promise to die 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 --- diff --git a/STATUS b/STATUS index 7106682eb91..32ce461fa93 100644 --- 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 +