Re: Re: Problem with POST and FORM based authentication

2002-02-06 Thread Anil Paul
Thanks for replying. I've checked this and the login page is fine. == html body h4Please login:/h4 form method=POST action=j_security_check input type=text name=j_username input type=password name=j_password input type=submit value=OK /form /body /html == As I wrote earlier, it

Re: Problem with POST and FORM based authentication

2002-02-04 Thread RSEQUEIRA
This is possibly a shot in the dark. But in your login.html page have you defined FORM METHOD=POST...? Hope this helps. Thanks RS Anil Paul [EMAIL PROTECTED] on 02/02/2002 10:58:32 AM Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Problem with