You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2014/07/12 18:59:31 UTC

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

Author: minfrin
Date: Sat Jul 12 16:59:31 2014
New Revision: 1609994

URL: http://svn.apache.org/r1609994
Log:
Vote for SNI goodness, promote.

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=1609994&r1=1609993&r2=1609994&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jul 12 16:59:31 2014
@@ -111,6 +111,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      *) mod_dav: Fix improper encoding in PROPFIND responses.  PR 56480.
      +1: breser, ylavic, covener
 
+   * mod_ssl: The SNI callback already logs a debug message when the vhost
+     is found or no vhost matches.  Log one when no name is provided
+     by the client.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1608284
+     2.4.x patch: Trunk patch works after "svn resolved docs/log-message-tags"
+     +1: trawick, covener, minfrin
+
+
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
 
@@ -196,30 +204,23 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jorton, ylavic, kbrand
      kbrand: please backport the doc change (r1605829), too
 
-   * mod_ssl: The SNI callback already logs a debug message when the vhost
-     is found or no vhost matches.  Log one when no name is provided
-     by the client.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1608284
-     2.4.x patch: Trunk patch works after "svn resolved docs/log-message-tags"
-     +1: trawick, covener
-
    * mod_ssl: Fix issue with redirects to error documents when handling
      SNI errors.
      trunk patch: http://svn.apache.org/r1609914
      2.4.x patch: Trunk patch works modulo CHANGES.
-     +1: trawick
+     +1: trawick, minfrin
 
    * 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
+     +1: trawick, minfrin
 
    * 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
+     +1: trawick, minfrin
 
 OTHER PROPOSALS