You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rp...@apache.org on 2009/04/11 20:57:18 UTC

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

Author: rpluem
Date: Sat Apr 11 18:57:18 2009
New Revision: 764232

URL: http://svn.apache.org/viewvc?rev=764232&view=rev
Log:
* Vote.

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=764232&r1=764231&r2=764232&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Sat Apr 11 18:57:18 2009
@@ -124,7 +124,7 @@
      http://svn.apache.org/viewvc?view=rev&revision=649460
    Patch for version 2.2.x:
      http://people.apache.org/~lars/cacheignoreheaders-fix.patch
-   +1: lars, minfrin
+   +1: lars, minfrin, rpluem
 
  * mod_mime_magic: For compressed content the module sets the
    content encoding header and also tries to determine the
@@ -143,7 +143,7 @@
      http://svn.apache.org/viewvc?rev=756678&view=rev (content encoding)
      http://svn.apache.org/viewvc?rev=756683&view=rev (read more bytes)
    Those patches apply to 2.2.x as well.
-   +1: rjung
+   +1: rjung, rpluem
 
  * mod_proxy_ajp: The remote port information was forgotten from
    the builtin data of the AJP 13 protocol.  Since the servlet spec
@@ -157,7 +157,7 @@
    http://svn.eu.apache.org/viewvc?view=rev&revision=757223
    Patch in trunk:
    http://svn.apache.org/viewvc?rev=761329&view=rev
-   +1: rjung
+   +1: rjung, rpluem
 
 * mod_proxy_ajp: Avoid delivering content from a previous request which failed
   to send a request body by closing the connection to the backend in this case