]> granicus.if.org Git - apache/commit
Forward local IP address as a custom request attribute
authorRainer Jung <rjung@apache.org>
Sun, 13 Jul 2014 14:20:04 +0000 (14:20 +0000)
committerRainer Jung <rjung@apache.org>
Sun, 13 Jul 2014 14:20:04 +0000 (14:20 +0000)
commit3e3b46844ffac4e18c7dc16161c64a46967882a3
tree647a88f6a8b37a82a1970d7b240615eb2752cd95
parent732d1dc4a7380fde9cdb64a0fa2f11c2c53464ab
Forward local IP address as a custom request attribute
like we already do for the remote port.

Both were forgotten in the original AJP 13 spec
but are needed by the Servlet spec. Until now,
Tomcat simply returns for getLocalAddr() the same as
for getLocalName().

The next round of Tomcat releases will look for the
optional new request attribute.

See also Tomcat BZ 56661.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1610207 13f79535-47bb-0310-9956-ffa450edef68
docs/log-message-tags/next-number
modules/proxy/ajp_header.c
modules/proxy/ajp_header.h