From: Ruediger Pluem Date: Tue, 11 Mar 2014 20:15:44 +0000 (+0000) Subject: * Promote X-Git-Tag: 2.2.27~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b4cc37b9fc1298f09abf1188719431059a2c6ef;p=thirdparty%2Fapache%2Fhttpd.git * Promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1576490 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 52b152771e8..44013e5a79f 100644 --- a/STATUS +++ b/STATUS @@ -154,9 +154,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: 2.2.x patch: http://people.apache.org/~ylavic/2.2.x-ap_proxy_pass_brigade_cleanup.patch +1: ylavic, rpluem, wrowe -PATCHES PROPOSED TO BACKPORT FROM TRUNK: - [ New proposals should be added at the end of the list ] - *) mod_log_config: Clean up cookie logging with fewer redundant string parsing passes. Log only cookies with a value assignment. [William Rowe, Ruediger Pluem, Jim Jagielski] @@ -164,6 +161,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: 2.4.x patch: trunk works +1: wrowe, ylavic, jim +PATCHES PROPOSED TO BACKPORT FROM TRUNK: + [ New proposals should be added at the end of the list ] + * mod_proxy: Don't reuse a SSL backend connection whose SNI differs. PR 55782. This may happen when ProxyPreserveHost is on and the proxy-worker handles connections to different Hosts.