Commit 0dff419a authored by Rainer Jung's avatar Rainer Jung
Browse files

Add backport proposal.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@761330 13f79535-47bb-0310-9956-ffa450edef68
parent b138d6f2
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -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