You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Maxime Colas des Francs <ma...@sts.ca> on 2003/01/29 20:18:37 UTC

bypass form login page

Hi,

I build an application with a "private zone"  (protected by a FORM-LOGIN page).

Is there a method to redirect automaticly a user in the "private zone" 
(after his inscription for exemple),
without display the form-login-page ?

(like a POST to j_security_check ...)


Thks





---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: bypass form login page

Posted by Henning Heil <he...@dl.deutsche-leasing.de>.
maybe:

- recognize user already registered (cookie?)
- start a session
- add auth=yes or sth like that to the sessions-params
- foward to the desired page

rgds,

henning


Maxime Colas des Francs wrote:

> Hi,
>
> I build an application with a "private zone" (protected by a 
> FORM-LOGIN page).
>
> Is there a method to redirect automaticly a user in the "private zone" 
> (after his inscription for exemple),
> without display the form-login-page ?
>
> (like a POST to j_security_check ...)
>
>
> Thks
>
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org