Using IP and Auth Constraints together

2009-05-15 Thread Shashank Rachamalla
Hi! Is there any way to configure security-constraint for a webapp to disable authentication and authorization for a particular IP address and enable it for all other IP addresses. Thanks in advance. Please do not print this email unless it is absolutely necessary. The information contained

Re: Using IP and Auth Constraints together

2009-05-15 Thread André Warnier
Shashank Rachamalla wrote: Hi! Is there any way to configure security-constraint for a webapp to disable authentication and authorization for a particular IP address and enable it for all other IP addresses. Probably not, since I doubt that this is foreseen by the Servlet Specification. But I

Re: Using IP and Auth Constraints together

2009-05-15 Thread Shashank Rachamalla
I am using JNDI Realm to authenticate with LDAP and after a little bit of exploration i found that a filter is always executed after a realm executes and hence filters will not solve my problem. Will check out Valves now. On Fri, 2009-05-15 at 13:36 +0200, André Warnier wrote: Shashank

Re: Using IP and Auth Constraints together

2009-05-15 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 André, On 5/15/2009 7:36 AM, André Warnier wrote: Shashank Rachamalla wrote: Hi! Is there any way to configure security-constraint for a webapp to disable authentication and authorization for a particular IP address and enable it for all other