]> granicus.if.org Git - apache/commitdiff
Promote DirectoryCheckHandler.
authorYann Ylavic <ylavic@apache.org>
Mon, 3 Mar 2014 14:54:14 +0000 (14:54 +0000)
committerYann Ylavic <ylavic@apache.org>
Mon, 3 Mar 2014 14:54:14 +0000 (14:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1573575 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 69188b390b3d26e3b48f5f5e7adfb418f5e13b42..561639a715a2dae0c9bc9a4ce5abd5b57183960c 100644 (file)
--- 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