| Author |
ResponseWrapper getOutputStream() not called while retrieving a static resource
|
Allen Bandela
Ranch Hand
Joined: Feb 16, 2006
Posts: 127
|
|
Hello.
My goal: to get to the binary data of the response and cache it. The requests are for zip-files such as /2/005.zip . I'm using an IBM objectgrid as a cache.
My code:
My response wrapper code:
How can I get access to the zip-file in the response, in order to cache it.
While debugging, I noticed that the getOutputStream() method of the responsewrapper is not called. I was assuming that the container would call it. All I found while debugging that the responsewrapper had a SRTServletResponse within it that had my file data (mime-type:application/x-zip).
|
Life is like a day. If the day is of no use, neither a month or a year.
|
 |
 |
|
|
subject: ResponseWrapper getOutputStream() not called while retrieving a static resource
|
|
|