]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
proposing backport of ssl var lookups in c->master
authorStefan Eissing <icing@apache.org>
Fri, 4 Dec 2015 13:10:49 +0000 (13:10 +0000)
committerStefan Eissing <icing@apache.org>
Fri, 4 Dec 2015 13:10:49 +0000 (13:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1717959 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 85129c2449f6fa7ca34cfba73e35a85d8f4bd70a..ccdd155523a7597f0cef6c873d241e995857f77d 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -154,6 +154,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: https://people.apache.org/~jailletc36/remove_return.patch
      +1: jailletc36, jim
 
+  *) mod_ssl: for all ssl_engine_vars.c lookups, fall back to master connection
+     if conn_rec itself holds no valid SSLConnRec*. Fixes PR58666.
+     trunk patch: http://svn.apache.org/r1717958
+     2.4.x patch: trunk works apart from CHANGES
+     +1: icing
+     
 PATCHES/ISSUES THAT ARE BEING WORKED
 
   *) http: Don't remove the Content-Length of zero from a HEAD response if