From: Yann Ylavic Date: Mon, 14 Jul 2014 00:37:35 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.4.10~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1937a94dc070af80f657d114b9b5f4704d878cfa;p=apache Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1610330 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 4fb44c0cc3..57965df875 100644 --- a/STATUS +++ b/STATUS @@ -122,6 +122,18 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK: ylavic: does not depend on r1572092 or r1572655 and al above, these proposals can be backported in any order. + * mod_proxy_ajp: Forward local IP address as a custom request attribute + like we already do for the remote port. + Both were forgotten in the original AJP 13 spec + but are needed by the Servlet spec. Until now, + Tomcat simply returns for getLocalAddr() the same as + for getLocalName(). + The next round of Tomcat releases will look for the + optional new request attribute. + See also Tomcat BZ 56661. + trunk patch: http://svn.apache.org/r1610207 + 2.4.x patch: Trunk patch works plus CHANGES. + +1: rjung, trawick, ylavic PATCHES PROPOSED TO BACKPORT FROM TRUNK: [ New proposals should be added at the end of the list ] @@ -170,19 +182,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: note: depends on ap_shutdown_conn() from r1601185 above. +1: ylavic - * mod_proxy_ajp: Forward local IP address as a custom request attribute - like we already do for the remote port. - Both were forgotten in the original AJP 13 spec - but are needed by the Servlet spec. Until now, - Tomcat simply returns for getLocalAddr() the same as - for getLocalName(). - The next round of Tomcat releases will look for the - optional new request attribute. - See also Tomcat BZ 56661. - trunk patch: http://svn.apache.org/r1610207 - 2.4.x patch: Trunk patch works plus CHANGES. - +1: rjung, trawick - * mod_ssl: Extend the scope of SSLSessionCacheTimeout to sessions resumed by TLS session resumption (RFC 5077). trunk patch: http://svn.apache.org/r1610311