From: Yann Ylavic Date: Mon, 3 Mar 2014 14:54:14 +0000 (+0000) Subject: Promote DirectoryCheckHandler. X-Git-Tag: 2.4.8~37 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3cbc517cbc1de2c83533f8bd37b0852ec86e87b2;p=apache Promote DirectoryCheckHandler. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1573575 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 69188b390b..561639a715 100644 --- a/STATUS +++ b/STATUS @@ -97,6 +97,14 @@ RELEASE SHOWSTOPPERS: PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ] + + * mod_dir: provide a directive to skip mod_dir processing if any other + handler has been configured, as in 2.2. + trunk patch: http://svn.apache.org/r1557639 + http://svn.apache.org/r1557640 + 2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-moddir-skiphandler.diff + +1: covener, jim, ylavic + (I could be convinced to flip the default here, but I think it's too late) PATCHES PROPOSED TO BACKPORT FROM TRUNK: @@ -113,15 +121,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: has been loaded but not used, as any attempt to use mod_auth_form without mod_request and mod_session present would cause the very same failure. Would a warning in the release notes be good enough? - - * mod_dir: provide a directive to skip mod_dir processing if any other - handler has been configured, as in 2.2. - trunk patch: http://svn.apache.org/r1557639 - http://svn.apache.org/r1557640 - 2.4.x patch: http://people.apache.org/~covener/patches/2.4.x-moddir-skiphandler.diff - +1: covener, jim, ylavic - (I could be convinced to flip the default here, but I think it's too late) - + * mod_slotmem_shm: Remove wonky and dangerous code that knows about APR internals. We work fine w/o it anyway at this stage. trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1561385