Tim Funk wrote:
You must wrap the response in a HttpServletResponse wrapper then override the getOutputStream/Writer with your own methods which provide a "proxy" to the real getOutputStream/Writer. The wrapped object then goes to the next filter in the chain.
I think that what he is asking is how to extract the contents of the HttpServletRequest [so that they can be cached to the filesystem, etc].






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



Reply via email to