From: Jeff Trawick Date: Sat, 12 Jul 2014 15:08:45 +0000 (+0000) Subject: various improvements to error handling X-Git-Tag: 2.4.10~51 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cafa423f134af8c30121f3189a9a6498a02c911;p=apache various improvements to error handling git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1609941 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c8c34c8d08..06b3bffa1d 100644 --- a/STATUS +++ b/STATUS @@ -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: