[ http://issues.apache.org/jira/browse/AXIS2-1751?page=comments#action_12451309 ] Asankha C. Perera commented on AXIS2-1751: ------------------------------------------
Oleg I opened an issue here.. http://issues.apache.org/jira/browse/HTTPCORE-15 Basically Axis2 needs to know the IP address of the client making a request over http, and we couldn't find a way to do this with the available API. What I have done for the time is a hack on your code with minimal effect.. and have it attached now, incase you want to check it thanks asankha > Allow Axis2 to know the IP address and host name of the remote client when > using the SimpleHTTPServer > ----------------------------------------------------------------------------------------------------- > > Key: AXIS2-1751 > URL: http://issues.apache.org/jira/browse/AXIS2-1751 > Project: Apache Axis 2.0 (Axis2) > Issue Type: Improvement > Components: kernel > Affects Versions: 1.1 > Reporter: Asankha C. Perera > Assigned To: Asankha C. Perera > Priority: Minor > Attachments: simple_http_ip_fix.patch > > > Axis2 provides the IP address of the remote client through the > MessageContext.REMOTE_ADDR property when using the war distribution. However > this is not available when using the standalone SimpleHTTPServer. > This fix hacks into the underlying commons HTTP core as it does not provide a > clean way to find out the above information either. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
