From: Rainer Jung Date: Thu, 2 Apr 2009 15:53:35 +0000 (+0000) Subject: Add backport proposal. X-Git-Tag: 2.2.12~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7dfcf5cfd2d7f089b2086167d118be4ad9e16947;p=thirdparty%2Fapache%2Fhttpd.git Add backport proposal. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761330 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2427adbe166..08ddcd896db 100644 --- a/STATUS +++ b/STATUS @@ -145,6 +145,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: Those patches apply to 2.2.x as well. +1: rjung + * mod_proxy_ajp: The remote port information was forgotten from + the builtin data of the AJP 13 protocol. Since the servlet spec + allows to retrieve it via getRemotePort(), we provide the port to + the Tomcat connector as an additional request attribute. + Modern/future Tomcat versions know how to retrieve + the remote port from the attribute AJP_REMOTE_PORT. + For the AJP/Tomcat part see: + https://issues.apache.org/bugzilla/show_bug.cgi?id=41263 + http://svn.eu.apache.org/viewvc?view=rev&revision=756926 + http://svn.eu.apache.org/viewvc?view=rev&revision=757223 + Patch in trunk: + http://svn.apache.org/viewvc?rev=761329&view=rev + +1: rjung + PATCHES/ISSUES THAT ARE STALLED