You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2014/12/15 06:44:48 UTC

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

Author: jailletc36
Date: Mon Dec 15 05:44:48 2014
New Revision: 1645565

URL: http://svn.apache.org/r1645565
Log:
Propose

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=1645565&r1=1645564&r2=1645565&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Dec 15 05:44:48 2014
@@ -265,6 +265,14 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (module CHANGES)
      +1: ylavic
 
+   * mod_ssl: Check if we are having an SSL connection before looking up SSL
+              related variables during expression evaluation to avoid a crash.
+              If not return an empty string.  PR 57070
+     trunk patch: http://svn.apache.org/r1630947
+     2.4.x patch: trunk works (modulo CHANGES)
+     +1: jailletc36
+     Note jailletc36: maybe returning NULL (instead of "") would be better ?
+                      See https://marc.info/?l=apache-httpd-dev&m=141862214816677
 
 OTHER PROPOSALS