You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by "Bovy, Stephen J" <ST...@ca.com> on 2005/09/24 01:13:37 UTC

Help How to implement a valve ??

 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 ?
What am I missing ?


Stephen Bovy
Computer Associates
6100 Center Drive
Suite 700
Los Angeles, CA 90045
Tel: (310) 957-3930
Fax: (310) 957-3917
e-mail: Stephen.Bovy@ca.com

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Help How to implement a valve ??

Posted by Mark Thomas <ma...@apache.org>.
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 transition to a TLP 
(hopefully in a few weeks time).

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org


Re: Help How to implement a valve ??

Posted by Ron Kiat <ro...@gmail.com>.
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 <ST...@ca.com> wrote:
>
> 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 ?
> What am I missing ?
>
>
> Stephen Bovy
> Computer Associates
> 6100 Center Drive
> Suite 700
> Los Angeles, CA 90045
> Tel: (310) 957-3930
> Fax: (310) 957-3917
> e-mail: Stephen.Bovy@ca.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
>
>

Re: Help How to implement a valve ??

Posted by Mark Thomas <ma...@apache.org>.
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 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 ?
> What am I missing ?
> 
> 
> Stephen Bovy
> Computer Associates
> 6100 Center Drive
> Suite 700
> Los Angeles, CA 90045
> Tel: (310) 957-3930
> Fax: (310) 957-3917
> e-mail: Stephen.Bovy@ca.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
> 
> 
> 




---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org