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

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

Author: trawick
Date: Sat Jul 12 15:08:45 2014
New Revision: 1609941

URL: http://svn.apache.org/r1609941
Log:
various improvements to error handling

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=1609941&r1=1609940&r2=1609941&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Jul 12 15:08:45 2014
@@ -203,6 +203,24 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      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
+
+   * 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
+
+   * 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
+
 OTHER PROPOSALS
 
    * A list of further possible backports can be found at: