Hi,
suppose i have a simple login page like this one.
<FORM action='<%= response.encodeURL("j_security_check")%>'
method="get">
Name:<INPUT type="text" name="j_username" />
Password: <INPUT type="password" name="j_password" />
<INPUT type="submit" value="Login" />
</FORM>
1. The servlet spec defined action for FORM based authentication.
2. Yes.