summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2009-04-02 15:53:35 +0000
committerRainer Jung <rjung@apache.org>2009-04-02 15:53:35 +0000
commit7dfcf5cfd2d7f089b2086167d118be4ad9e16947 (patch)
tree972e4efc61073c2f07ddc8ee119c19ac99b20954
parentaae563d411471a5e67b8cc77dee042434f1f0960 (diff)
downloadhttpd-7dfcf5cfd2d7f089b2086167d118be4ad9e16947.tar.gz
Add backport proposal.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761330 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--STATUS14
1 files changed, 14 insertions, 0 deletions
diff --git a/STATUS b/STATUS
index 2427adbe16..08ddcd896d 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