friends, cohorts;
have an application involving user registration and "declarative
authorization".
in the end of an user registration i want the newly created user also to
be logged in
without providing a "now you can use your new id and password to log
in"-screen.
HOWTO?
i vanely thought something like -snip- would do and now after some days
in the mud i thought
i'd swallow my pride and ask; how do one do this?
regards
----snip
<% session.setAttribute("tomcat.auth.originalLocation",
"/protected/xxx.jsp"); %>
<form method="POST" action="j_security_check" >
Username: <input type="hidden" name="j_username" value="<%=
userId %>"><br>
Password: <input type="hidden" name="j_password" value="<%=
password %>"><br>
<br>
<input type="submit" value="login" name="j_security_check">
</form>
---snip
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>