Anthony Jay wrote:
> Hi,
>   Is is possible to have an application that serves content protected by
>   BASIC and FORM based auth?
> i.e.
> JSP protected by FORM
> Servlets that process XML use http BASIC?

The Servlet spec does not support this. There is a maximum of one login
method allowed per web app. That doesn't you doing more, but you have to
provide all of the authentication plumbing yourself.

Mark




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

Reply via email to