Re: images and login page for form authentication

2002-01-21 Thread Paul Phillips
Well, I figured it out - I had misconfigured a security constraint in my web.xml. It took a nights sleep to finally realize that... --On Monday, January 21, 2002 9:03 AM -0600 Paul Phillips <[EMAIL PROTECTED]> wrote: > > System - Tomcat 4. I have setup form based authentication using a JDBC

images and login page for form authentication

2002-01-21 Thread Paul Phillips
System - Tomcat 4. I have setup form based authentication using a JDBC realm. The authentication works fine. When a user types a URL for a protected servlet, they are redirected to a login.jsp that is in an unprotected area of the webapp. After authentication, it returns to the servet for pro