From d72aa8f0735520c701feb3bd7e1ecf7e9f2b2320 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Mon, 12 Jan 2015 13:58:25 +0000 Subject: [PATCH] promotes git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1651093 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 52 ++++++++++++++++++++++++++-------------------------- 1 file changed, 26 insertions(+), 26 deletions(-) diff --git a/STATUS b/STATUS index 3b3ff09d38..c7207a1e0a 100644 --- a/STATUS +++ b/STATUS @@ -110,6 +110,32 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.4.x patch: https://issues.apache.org/bugzilla/attachment.cgi?id=32209 +1: druggeri, gsmith, rjung + * mod_proxy: Inappropiate ProxyPassReverse match when interpolated URL is + empty string. PR56603 + trunk patch: http://svn.apache.org/r1648433 + 2.4.x patch: trunk works + +1 covener, rjung, jim + + * split-logfile: Fix perl strict refs error PR56329. + trunk patch: 1648719 + 2.4.x patch: trunks works + +1 covener, rjung, jim + + * mod_proxy_ajp: Fix get_content_length(). + clength in request_rec is for response sizes, not request body size. + It is initialized to 0, so the "if" branch was never taken. + trunk patch: http://svn.apache.org/r1649043 + 2.4.x patch: trunks works (plus CHANGES) + +1 rjung, covener, jim + + * mod_include: the 'env' function was incorrectly handled as 'getenv' if the + leading 'e' was written in upper case in + statements. [Christophe Jaillet] + trunk patch: http://svn.apache.org/r1649632 + http://svn.apache.org/r1649966 + 2.4.x patch: 1st trunk patch works, 2nd is for CHANGES + +1 jailletc36, covener, jim + PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -209,24 +235,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: covener, jim - * mod_proxy: Inappropiate ProxyPassReverse match when interpolated URL is - empty string. PR56603 - trunk patch: http://svn.apache.org/r1648433 - 2.4.x patch: trunk works - +1 covener, rjung, jim - - * split-logfile: Fix perl strict refs error PR56329. - trunk patch: 1648719 - 2.4.x patch: trunks works - +1 covener, rjung, jim - - * mod_proxy_ajp: Fix get_content_length(). - clength in request_rec is for response sizes, not request body size. - It is initialized to 0, so the "if" branch was never taken. - trunk patch: http://svn.apache.org/r1649043 - 2.4.x patch: trunks works (plus CHANGES) - +1 rjung, covener, jim - * mod_ssl: Add SSLSessionTickets (on|off). It controls the use of TLS session tickets (RFC 5077). Default is unchanged (on). @@ -239,14 +247,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunks works (plus CHANGES) +1 rjung, covener - * mod_include: the 'env' function was incorrectly handled as 'getenv' if the - leading 'e' was written in upper case in - statements. [Christophe Jaillet] - trunk patch: http://svn.apache.org/r1649632 - http://svn.apache.org/r1649966 - 2.4.x patch: 1st trunk patch works, 2nd is for CHANGES - +1 jailletc36, covener, jim - * event: Update conn_rec.id when a new thread begins working on a connection, because the old thread may work on a new connection and assign the same ID in parallel. PR57435 trunk patch: http://svn.apache.org/r1651088 -- 2.40.0