DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21666>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21666 Form-based authentication doesn't work [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2003-07-16 22:44 ------- This works for the admin webapp. The HTML code is: <form method="POST" action='j_security_check' name="loginForm"> ... <input type="text" name="j_username" size="16" maxlength="16" id="username"/> ... <input type="password" name="j_password" size="16" maxlength="16" id="password"/> ... </form> Please provide a test case. Also, decision was made to use a forward, with all that implies. The spec allows this (and it should) ;-) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]