]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Cast some votes
authorJim Jagielski <jim@apache.org>
Tue, 9 Oct 2007 13:12:21 +0000 (13:12 +0000)
committerJim Jagielski <jim@apache.org>
Tue, 9 Oct 2007 13:12:21 +0000 (13:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@583148 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 82609e65ad7da8cf13654ec34a9a6bbfbb042324..cbab70fc4b6cc06f6d381b3775c9e4218bb7ff28 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -170,6 +170,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
           fix it without workarounds and a clear and promised behaviour.
           Relying on the above is relying on a buggy iundocumented behaviour,
           but yes I do this sometimes by myself :-).
+      +1: jim: iff r574684 is also backported
 
     * mod_rewrite: Add the novary flag to RewriteCond in order to prevent
       the appending of HTTP headers used in a rewrite condition to the Vary
@@ -178,7 +179,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
          http://svn.apache.org/viewcvs.cgi?rev=574684&view=rev
       Backport version for 2.2.x of patch:
          Trunk version of patch works
-      +1: rpluem
+      +1: rpluem, jim
 
    * core log.c: Work around possible solutions rejected by apr for
      the old implementation of apr_proc_create(), and explicitly pass
@@ -205,7 +206,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      response, even where other Via headers exist.
      PR 19439
      http://svn.apache.org/viewvc?view=rev&revision=580060
-     +1: niq, rpluem
+     +1: niq, rpluem, jim
 
    * mod_proxy_http: Correctly parse all Connection headers in proxy.
      PR 43509
@@ -217,6 +218,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      -1: jim. r580457 and r581030 conflict. Likely because of
               r580782
      niq: separate 2.2.x patch fixes jim's objection
+     +1: jim
 
    * mod_proxy_http: Remove Warning headers with wrong date
      PR 16138
@@ -228,6 +230,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      -1: jim nasty conflict with r580457... backports should be
          self contained
      niq: separate 2.2.x patch fixes jim's objection
+     +1: jim
 
    * mpm_winnt: Fix null pointer dereference
      PR 42572