How to use 2 different authentication types for one applicatio

2005-10-27 Thread Peter . Neu
Hello, I have an application which has two different user groups. The first one will authenticat with a simple form and the second one will send their username password directly in a request. How can I get this to work with the authentication provided by tomcat? Regards, Pete -- Telefonieren

Re: How to use 2 different authentication types for one applicatio

2005-10-27 Thread PHIL CAVAZOS
I've not done this before, but I'm wondering if Tomcat will allow you to setup two separate security configs within the context deployer. One used specifically for GET, and the other for POST. Try this. [EMAIL PROTECTED] 10/27/05 4:07 AM Hello, I have an application which has two different