https://issues.apache.org/bugzilla/show_bug.cgi?id=46082
Mark Thomas <[EMAIL PROTECTED]> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
--- Comment #1 from Mark Thomas <[EMAIL PROTECTED]> 2008-10-27 14:38:27 PST ---
The AJP protocol only passes the web server host name and port. It does not
pass the IP address. Therefore, getLocalName() will return whatever is passed
via AJP but getLocalAddr() will always return null.
Whilst getLocalAddr() could be modified to return the IP address Tomcat is
listening on for AJP connections, I don't like the inconsistency that would
generate when compared to getLocalName() and getLocalPort().
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]