On 15/10/2010 19:44, Christopher Schultz wrote:
> This can be done with a Valve, but I'm not exactly sure how to insert a
> Valve before the authentication valve, which is (I think) what you'd
> have to do.

Option 1. Auth Valves are on the Context so define Your valve on the
Host or Engine.

Option 2. Explicitly define the auth Valve for the Context after your
own Valve. (Valves get processed in definition order.)

Mark

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

Reply via email to