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
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
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
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
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
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
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
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
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