From: Christophe Jaillet Date: Tue, 16 Dec 2014 07:07:52 +0000 (+0000) Subject: Update proposal X-Git-Tag: 2.4.11~90 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c79fb64c420c2e34ac890b2e10ebe3698b03834c;p=apache Update proposal git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1645861 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index d98424057d..08c5dc4ddf 100644 --- a/STATUS +++ b/STATUS @@ -267,12 +267,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: * 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 + If not return NULL as ssl_var_lookup_ssl does by default. PR 57070 trunk patch: http://svn.apache.org/r1630947 + http://svn.apache.org/r1645670 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