Hi! Let me describe a scenario first: 1) When viewing protected pages (defined in web.xml), user is prompted for login. 2) If the user doesn't have a login, he could get an option to register, and 3) directed to the requested page after registration.
I can create an auth-realm to fulfill the requirements 1 and 2. However, how can I accomplish 3 without prompting the user to login again? Could I make use of the login mechanism (basic, digest, cert, form) provided by the servlet container? Any idea would be helpful. Thanks Arion -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
