Re: An issue concerning authentication in Tomcat hosted web application

2008-11-04 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: >> From: Nar Karapetyan [mailto:[EMAIL PROTECTED] Subject: An >> issue concerning authentication in Tomcat hosted web application >> >> This snippet says that any url ending with ".a

RE: An issue concerning authentication in Tomcat hosted web application

2008-10-29 Thread Caldarale, Charles R
> From: Nar Karapetyan [mailto:[EMAIL PROTECTED] > Subject: An issue concerning authentication in Tomcat hosted > web application > > This snippet says that any url ending with ".action" or > ".jsp" should be authenticated first, and works OK. > > H

An issue concerning authentication in Tomcat hosted web application

2008-10-29 Thread Nar Karapetyan
Hello, I'm trying to build an authentication mechanism using the tag in web.xml E.G. My App *.action *.jsp aliveadmin This snippet says that any url ending with ".action" or ".jsp" should be authenticated first, and works OK. However, I need to exclude some specific url