You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rj...@apache.org on 2009/04/02 17:53:35 UTC

svn commit: r761330 - /httpd/httpd/branches/2.2.x/STATUS

Author: rjung
Date: Thu Apr  2 15:53:35 2009
New Revision: 761330

URL: http://svn.apache.org/viewvc?rev=761330&view=rev
Log:
Add backport proposal.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=761330&r1=761329&r2=761330&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Thu Apr  2 15:53:35 2009
@@ -145,6 +145,20 @@
    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