]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Some votes and a comment
authorStefan Fritsch <sf@apache.org>
Sat, 3 Sep 2011 15:55:19 +0000 (15:55 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 3 Sep 2011 15:55:19 +0000 (15:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1164878 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index ad218bd339a5537f0aabf33b1a0d38bec476bd09..8ff92bad9cd4566d72147f973ceaab1ae20a129e 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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