You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Molinari, Guy" <Gu...@dig.com> on 2006/02/07 20:37:48 UTC

FW: Wrapping Request/Response in a Valve (Tomcat 5.5)

I'm writing a valve that translates cookies to a certain format. 

 

I have a servlet filter that does this by wrapping HttpServletRequest
and HttpServletResponse.   

 

I want to rewrite this as a valve and want to know the best way to do
this.   I looked for an example in the code base but I can't seem to
find one.

 

 

Thanks in advance

Guy