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