Re: Authenticate requests from localhost using tomcat RemoteAddrFilter

2012-09-23 Thread Jaikit Savla
List users@tomcat.apache.org Cc: Sent: Saturday, September 22, 2012 10:41 PM Subject: Re: Authenticate requests from localhost using tomcat RemoteAddrFilter Jaikit, Am 23.09.2012 00:04, schrieb Jaikit Savla: Hello Users, I have some admin api's which I want to have restricted access

Re: Authenticate requests from localhost using tomcat RemoteAddrFilter

2012-09-23 Thread Jaikit Savla
, 2012 6:52 AM Subject: Re: Authenticate requests from localhost using tomcat RemoteAddrFilter 2012/9/23 Jaikit Savla jaikit.sa...@yahoo.com: Hello Users, I have some admin api's which I want to have restricted access - such that only if the request originates from localhost - it will execute

Authenticate requests from localhost using tomcat RemoteAddrFilter

2012-09-22 Thread Jaikit Savla
Hello Users, I have some admin api's which I want to have restricted access - such that only if the request originates from localhost - it will execute. For that I am using tomcat's RemoteAddrfilter filter       filter-nameRemote Address Filter/filter-name