I'm going to cache the response from a resource via a filter
(WrappedHttpServletResponse).

Currently I'm storing both the header information and the outputstream as a
byte array.  Should I be making accommodations for storing/rewriting header
information, or is this something that automatically gets written into the
outputstream at some point that I wouldn't need to do up proxy-type methods
for caching when a resource calls setHeader(String, String) on the response?

Best Regards,
Jacob


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

Reply via email to