https://issues.apache.org/bugzilla/show_bug.cgi?id=56661

--- Comment #4 from Konstantin Preißer <kpreis...@apache.org> ---
Hi,

I can confirm that this problem happens with Tomcat 8.0.9 when using AJP NIO
connector (I used the ISAPI Redirector with IIS).
In this case, request.getLocalAddr() returns the name of the "Host" header
instead of an IP address, e.g. "localhost".

If using the HTTP NIO connector, the problem does not occur;
request.getLocalAddr() will return an IP address in this case, e.g.
"0:0:0:0:0:0:0:1".

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to