You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by sf...@apache.org on 2011/09/03 17:55:19 UTC

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

Author: sf
Date: Sat Sep  3 15:55:19 2011
New Revision: 1164878

URL: http://svn.apache.org/viewvc?rev=1164878&view=rev
Log:
Some votes and a comment

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=1164878&r1=1164877&r2=1164878&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Sep  3 15:55:19 2011
@@ -130,7 +130,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     PR 51434 (and 51435, which includes the fix)
     Trunk patch: N/A
     2.2.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=27229
-    +1: niq
+    +1: niq, sf
 
   * mod_win32: Invert logic for env var UTF-8 fixing.
     Now we exclude a list of vars which we know for sure they
@@ -152,7 +152,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   * mod_rewrite: validate RewriteMap int:foo even if RewriteEngine is "off" to avoid crash.
     Trunk patch: http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/mappers/mod_rewrite.c?view=diff&r1=1154807&r2=1154808&pathrev=1154808
     2.2.x patch: trunk works
-    +1 covener
+    +1 covener, sf
 
   * mod_proxy_ajp: Ignore flushing if headers have not been sent.
     Trunk patch: http://svn.apache.org/viewvc?rev=1153531&view=rev
@@ -176,11 +176,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     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.
 
   * core: add MaxRanges directive and limit maximum # of ranges to 200 by default
     Trunk patch: http://svn.apache.org/viewvc?rev=1162584&view=rev
     2.2.x patch: http://people.apache.org/~covener/patches/http-2.2.x-maxranges.diff
-    +1 covener, fuankg (we should also add r1164861)
+    +1 covener, fuankg (we should also add r1164861),
+       sf (also add docs r1162587)
 
   * mod_dav_fs: Fix segfault and log proper error message if apr DBM driver
     cannot be loaded. PR 51751