You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2014/07/14 01:20:48 UTC

svn commit: r1610319 - /httpd/httpd/branches/2.4.x/STATUS

Author: rjung
Date: Sun Jul 13 23:20:48 2014
New Revision: 1610319

URL: http://svn.apache.org/r1610319
Log:
Some easy votes.

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

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1610319&r1=1610318&r2=1610319&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sun Jul 13 23:20:48 2014
@@ -174,19 +174,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      SNI errors.
      trunk patch: http://svn.apache.org/r1609914
      2.4.x patch: Trunk patch works modulo CHANGES.
-     +1: trawick, minfrin
+     +1: trawick, minfrin, rjung
 
    * mod_ssl: Set an error note for requests rejected due to
      SSLStrictSNIVHostCheck
      trunk patch: http://svn.apache.org/r1609936
      2.4.x patch: Trunk patch works modulo CHANGES.
-     +1: trawick, minfrin
+     +1: trawick, minfrin, rjung
 
    * core: Include any error notes set by modules in the canned error
      response for 403 errors.
      trunk patch: http://svn.apache.org/r1609938
      2.4.x patch: Trunk patch works modulo CHANGES.
-     +1: trawick, minfrin
+     +1: trawick, minfrin, rjung
 
    * mod_proxy_ajp: Forward local IP address as a custom request attribute
      like we already do for the remote port.