Re: Multiple authentication schemes within a webapp

2008-05-17 Thread Johnny Kewl
- Original Message - From: "Christopher Schultz" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Saturday, May 17, 2008 7:37 PM Subject: Re: Multiple authentication schemes within a webapp -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Ke

Re: Multiple authentication schemes within a webapp

2008-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johnny, Johnny Kewl wrote: | But I cant see why you couldnt map the servlets slightly differently... | if it is servlets. You can't set up more than one authentication scheme for a webapp, at least not using the simple configuration in web.xml. - -

Re: Multiple authentication schemes within a webapp

2008-05-17 Thread Johnny Kewl
- Original Message - From: "Robert Oxspring" <[EMAIL PROTECTED]> To: Sent: Saturday, May 17, 2008 12:49 PM Subject: Multiple authentication schemes within a webapp Hi, I have a webapp that uses form based authentication but I'd like to also be able to lo

Re: Multiple authentication schemes within a webapp

2008-05-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert, Robert Oxspring wrote: | I have a webapp that uses form based authentication but I'd like to also | be able to login to it using basic authentication. The main use case | for this is to present a nice form based login for web users, not | in

Multiple authentication schemes within a webapp

2008-05-17 Thread Robert Oxspring
Hi, I have a webapp that uses form based authentication but I'd like to also be able to login to it using basic authentication. The main use case for this is to present a nice form based login for web users, not involving the standard browser's username/password prompt, but also allow pe