You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/07/17 00:44:27 UTC

DO NOT REPLY [Bug 21666] - Form-based authentication doesn't work

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

remm@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From remm@apache.org  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: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org