How to add a valve after AuthenticatorBase Valve?

2005-08-25 Thread James Liao
Hi all,
I want to add customer valve which extends ValveBase. I want it to be
invoked after the AuthenticatorBase Valve(like BasicAuthenticator,
DigestAuthenticator, FormAuthenticator, NonLoginAuthenticator,
SSLAuthenticator). Can I achieve it?

I have try to put my Valve definition in my webapp Context,
server.xml's Host and Engine. But my valve always be invoked before
the AuthenticatorBase Valve.

Any help would be very appreciated!

- James Liao

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Sorry! Miss tomcat version for the customer Valve issue!

2005-08-25 Thread James Liao
Hi all,
My tomcat version is 5.0.30 and JDK 1.4.2_08 on Windows XP.

I want to add customer valve which extends ValveBase. I want it to be
invoked after the AuthenticatorBase Valve(like BasicAuthenticator,
DigestAuthenticator, FormAuthenticator, NonLoginAuthenticator,
SSLAuthenticator). Can I achieve it?

I have try to put my Valve definition in my webapp Context,
server.xml's Host and Engine. But my valve always be invoked before
the AuthenticatorBase Valve.

Any help would be very appreciated!

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]