From: Paul Querna Date: Sat, 1 Apr 2006 06:46:32 +0000 (+0000) Subject: Vote on mod_include fix, move it up to accepted. X-Git-Tag: 2.2.1~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c44c9300233396dc8ff295447b1260e9d82da3ea;p=thirdparty%2Fapache%2Fhttpd.git Vote on mod_include fix, move it up to accepted. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@390604 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index e0f2cb8ffae..206e11f218d 100644 --- 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