> Here is an HTML sample showing how the form should be coded into the HTML page:
> <form method="POST" action="j_security_check">
> <input type="text" name="j_username">
> <input type="password" name="j_password">
> </form>
>
> What is this j_security_check?
> Why it is required?

To my understanding -

j_security_check is the handler for authentication, that a container
provider will implement. In addition, the container provider will also
provide a means to create users, roles, passwords etc.

Regards,

Subrahmanyam

------------------------------------------------
Subrahmanyam A.V.B.//http://www.Subrahmanyam.com
------------------------------------------------

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to