RE: Source Address based Realms

2010-10-21 Thread Aggarwal, Ajay
Thanks for the pointers! -Original Message- From: André Warnier [mailto:a...@ice-sa.com] Sent: Thursday, October 21, 2010 3:55 AM To: Tomcat Users List Subject: Re: Source Address based Realms Aggarwal, Ajay wrote: > bump... looking for ideas... anybody? If the question finally

RE: Source Address based Realms

2010-10-21 Thread Aggarwal, Ajay
4:46 PM To: Tomcat Users List Subject: Re: Source Address based Realms I'm providing my comments assuming that you are a Java developer. 1. Do you see any issues using a Servlet filter for doing this? 2. You could use realms if you can access ServletRequest object which will

Re: Source Address based Realms

2010-10-21 Thread André Warnier
urce, so it should not be very hard to add the functionality you want, if it is not there already. -Original Message- From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] Sent: Tuesday, October 19, 2010 10:29 AM To: Tomcat Users List Subject: RE: Source Address based Realms

Re: Source Address based Realms

2010-10-20 Thread Srinivasa Rao.Kandula
o: Tomcat Users List Sent: Wed, October 20, 2010 12:53:42 PM Subject: RE: Source Address based Realms bump... looking for ideas... anybody? -Original Message- From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] Sent: Tuesday, October 19, 2010 10:29 AM To: Tomcat Users List Subject

RE: Source Address based Realms

2010-10-20 Thread Aggarwal, Ajay
bump... looking for ideas... anybody? -Original Message- From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] Sent: Tuesday, October 19, 2010 10:29 AM To: Tomcat Users List Subject: RE: Source Address based Realms Sorry. I meant... "Is there another way to achieve this, i.e. wi

RE: Source Address based Realms

2010-10-19 Thread Aggarwal, Ajay
ect: Re: Source Address based Realms Aggarwal, Ajay wrote: > I need to treat my clients differently depending on where they came > from. I need to trust all requests coming locally (i.e. from > 127.0.0.1/localhost) and not require them to authentication. However all > external requests nee

Re: Source Address based Realms

2010-10-19 Thread André Warnier
Aggarwal, Ajay wrote: I need to treat my clients differently depending on where they came from. I need to trust all requests coming locally (i.e. from 127.0.0.1/localhost) and not require them to authentication. However all external requests need to go through authentication. Is there a way to co

RE: Source Address based Realms

2010-10-19 Thread Aggarwal, Ajay
Sorry. I meant... "Is there another way to achieve this, i.e. without using Realms or mixing valve/filters with Realms?" -Original Message- From: Aggarwal, Ajay [mailto:ajay.aggar...@stratus.com] Sent: Tuesday, October 19, 2010 9:45 AM To: users@tomcat.apache.org Subject: Sour

Source Address based Realms

2010-10-19 Thread Aggarwal, Ajay
I need to treat my clients differently depending on where they came from. I need to trust all requests coming locally (i.e. from 127.0.0.1/localhost) and not require them to authentication. However all external requests need to go through authentication. Is there a way to configure Realms in Tomcat