Re: Help How to implement a valve ??

2005-09-25 Thread Ron Kiat
We're thinking of using JSF 1.2 that has the same EL as JSP 2.1. Does Tomcat 5.5 support the incoming JSP 2.1 (with support for the new EL)? Thanks, Ron Kiat On 9/24/05, Bovy, Stephen J [EMAIL PROTECTED] wrote: I would like to create a modified version of SingleSignOn valve, I copied it and

Re: Help How to implement a valve ??

2005-09-25 Thread Mark Thomas
Ron Kiat wrote: We're thinking of using JSF 1.2 that has the same EL as JSP 2.1. Does Tomcat 5.5 support the incoming JSP 2.1 (with support for the new EL)? Thanks, Ron Kiat No it does not. This will be part of Tomcat 6. Work on Tomcat 6 is unlikely to start until we have complete the

Help How to implement a valve ??

2005-09-23 Thread Bovy, Stephen J
I would like to create a modified version of SingleSignOn valve, I copied it and re-named it ThreadSignOn But when I add the Valve / with my new valve name nothing happens. I had expected the same behaviour as the original, but that does not happen. What are the steps procedures ?

Re: Help How to implement a valve ??

2005-09-23 Thread Mark Thomas
You need to extend the SingleSignOn valve as any valve doing single sign on must be an instance of SingleSignOn. Search AuthenticatorBase for SingleSignOn to see why. Mark Bovy, Stephen J wrote: I would like to create a modified version of SingleSignOn valve, I copied it and re-named it

RE: Help How to implement a valve ??

2005-09-23 Thread Bovy, Stephen J
: [EMAIL PROTECTED] -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Friday, September 23, 2005 4:22 PM To: Tomcat Developers List Subject: Re: Help How to implement a valve ?? You need to extend the SingleSignOn valve as any valve doing single sign on must be an instance