]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Moved proposal for AllowOverrideList to stalled section for further thought
authorDaniel Ruggeri <druggeri@apache.org>
Wed, 14 Sep 2011 20:32:53 +0000 (20:32 +0000)
committerDaniel Ruggeri <druggeri@apache.org>
Wed, 14 Sep 2011 20:32:53 +0000 (20:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1170837 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b77f0fe2b7f38ea4025af2e0e8964e10feb05aea..fbeb6892ea3860fccd41e685ae2faaae9d2fa94a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -132,15 +132,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +0 covener: needs r1162103 && needs druggeri's vote?
     +1: druggeri
 
-  * core: Add AllowOverrideList directive
-    Discussed on mailing list http://marc.info/?l=apache-httpd-dev&m=131111915903270&w=2
-    druggeri note: 2.2 documentation patch needed from trunk patch
-    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1151654
-    2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.19.AllowOverrideList.patch
-    -0 covener: feels like a 2.4 feature && needs druggeri's vote?
-    sf agrees with covener. This can cause segfaults with some directives,
-       see r1153676, r1153687.
-
   * mod_cache: * Do not cache 206 responses in any case since we currently do not provide any
     backends that are capable to cache partial responses. PR 49113.
     Fixes regression of r724093.
@@ -316,3 +307,12 @@ PATCHES/ISSUES THAT ARE STALLED
               isn't attempted twice.
      rpluem says: Mind to update the 2.2.x version of the patch with r1052224,
                   r1052314, r1055246 and r1055570 (Comment fix by Jim)?
+
+  * core: Add AllowOverrideList directive
+    Discussed on mailing list http://marc.info/?l=apache-httpd-dev&m=131111915903270&w=2
+    druggeri note: 2.2 documentation patch needed from trunk patch
+    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1151654
+    2.2.x patch: http://people.apache.org/~druggeri/patches/httpd-2.2.19.AllowOverrideList.patch
+    -0 covener: feels like a 2.4 feature && needs druggeri's vote?
+    sf agrees with covener. This can cause segfaults with some directives,
+       see r1153676, r1153687.