Hello all,

I'm developing a web application with asynchronous techniques (ExtJS).

The most pages are secured with a "security-constraint", so the user
has to log in at first.


The users gets prompted a login dialog and can type in his username
and password. The data will be sent asynchronous to the server and the
user should be logged in.

How can I implement it at best?

I tried to work with FORM-authentication but it is not very elegant.

Is there any solution to make an AJAX-Authentication?

Or can I build a servlet, that logs the user in, without show him any dialogs?

Best regards,
Johannes

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to