]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add backport proposal.
authorRainer Jung <rjung@apache.org>
Thu, 2 Apr 2009 15:53:35 +0000 (15:53 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 2 Apr 2009 15:53:35 +0000 (15:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761330 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2427adbe166ef9870733ecdd1e2fe8df23e951dc..08ddcd896dbbdce3fae6b8ebd4e879456dbce098 100644 (file)
--- 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