You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dr...@apache.org on 2011/09/14 22:32:53 UTC

svn commit: r1170837 - /httpd/httpd/branches/2.2.x/STATUS

Author: druggeri
Date: Wed Sep 14 20:32:53 2011
New Revision: 1170837

URL: http://svn.apache.org/viewvc?rev=1170837&view=rev
Log:
Moved proposal for AllowOverrideList to stalled section for further thought

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=1170837&r1=1170836&r2=1170837&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Sep 14 20:32:53 2011
@@ -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.