> You don't have to do any "forwarding".  Consider the various login methods
> that might be in use, and assume that the user just requested a protected
> resource for the first time:
>
> * BASIC and DIGEST:  The browser will pop up the login dialog.  Once the
>   user authenticates correctly, the original request will be honored.
>
> * FORM BASED:  The container will save the original request and display
>   the form login page.  After you type in your username and password and
>   press submit, the container will automatically return the user to
>   the original request.
>
> * CLIENT-CERT:  You will be asked which or your client certificates should
>   be sent to the server.  Once it's checked, the original request
>   will be honored.

Where can I find more infor and documentation especially on the FORM BASED
thing?

Thanks...Roland


Reply via email to