Re: Form Authentication Trouble with Firefox

2004-11-30 Thread Peter Neu
Hi Bob, I looked through the source of AuthenticatorBase but could not find the checkUserData method. It seems the whole thing has changed to some degree in the last few releases. Seems like I can't serve any Firefox clients. Regards, Peter Bob Feretich schrieb: I have not examined Tomcat 5. My

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Peter Neu
Hello Nikola, thanks for your comments. My login.jsp is nothing far off from the routine : html body form method=POST action=j_security_check name=loginForm input type=text name=j_username / input type=password name=j_password / input type=submit value='Login' /form /body /html I suppose there is

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Bob Feretich
I experienced as problem that might be similar to yours. I was testing with Netsacpe 7 (Mozilla based like Foxfire) and IE. My form authentication worked with IE, but not Netscape. It occurred quite a while ago (using Tomcat 4.1.x), so I am not clear on the exact details. My debug showed that

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Peter Neu
Hi Bob, I can't switch to https in this case (not a technical problem). So where do I have to apply the changes you suggested in my Tomcat 5.0.28 ? Where can I find the AuthenticatorBase code? And what do I have to change? Regards, Swen I experienced as problem that might be similar to yours. I

Re: Form Authentication Trouble with Firefox

2004-11-29 Thread Bob Feretich
I have not examined Tomcat 5. My hosting provider doen't support it, yet. For Tomcat 4.1.21 (and may be the same for Tomcat 5): 1) Download the source tree from the jakarta.apache.org site. 2) AuthenticatorBase can be found at catalina/src/share/org/apache/catalina/authenticator/ 3) After you

Form Authentication Trouble with Firefox

2004-11-28 Thread Peter Neu
Hello everybody, I'm using form authentication to log on the users to my website. Until now I was using Mozilla Firefox for developement but now I came across this problem that Firefox doesn't allow a clean log in and always redirects to the error.jsp. The authentication is correct because it

Re: Form Authentication Trouble with Firefox

2004-11-28 Thread Nikola Milutinovic
Peter Neu wrote: Hello everybody, I'm using form authentication to log on the users to my website. Until now I was using Mozilla Firefox for developement but now I came across this problem that Firefox doesn't allow a clean log in and always redirects to the error.jsp. The authentication is