Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-24 Thread Quenten Van Egeren
I'm having the following problem when using FORM based authentication with Tomcat 4.1.12 : When I bring up a new browser window, and go to a protected page (under /do/) I am redirected to the login.jsp as I should be. If I enter the correct username / password, I am logged in correctly and forwar

Re: Problems with Tomcat 4.1.12 and FORM based authentication

2002-11-25 Thread Quenten Van Egeren
. Has anyone else seen this type of behavior? Dave, it seems like changing /do/* to * will make everything secure, which isn't the outcome I am looking for... Thanks for any info... Quenten --- David Brown <[EMAIL PROTECTED]> wrote: > Quenten Van Egeren writes: > >

is it possible to authenticate from the ?

2002-11-26 Thread Quenten Van Egeren
Hi, I'm using form based authentication in Tomcat 4.1.12 with a JDBCRealm. I'm seeing the following problem : When I attempt to hit a secured resource, I am redirected to the and can login just fine. However, if I fail a login I am sent to the (which is the way it should work). My contains t

Is their a bug in Tomcat with the RequestDispatcher.forward(url) method?

2000-12-06 Thread Quenten Van Egeren
this a bug? Any help would be greatly appreciated. Thanks in advance, Quenten Van Egeren ([EMAIL PROTECTED]) __ Do You Yahoo!? Yahoo! Shopping - Thousands of Stores. Millions of Products. http://shopping.yahoo.com/

RE: Is their a bug in Tomcat with the RequestDispatcher.forward(u rl) method?

2000-12-07 Thread Quenten Van Egeren
t sounds like > Weblogic is doing a redirect > and is broken. > > -Dave > > > -Original Message- > > From: Quenten Van Egeren > [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, December 06, 2000 1:18 PM > > To: [EMAIL PROTECTED] > > Subject: Is their a bug i