So I will stick with stuffing data into memory...
Am 22.08.2012 um 16:41 schrieb Q:
> This is a known bug in 5.4.3 when deploying as a servlet. My notes on this
> indicate that the offending code should be in
> _WOApplicationWrapper.servletDispatchRequest() if you feel like getting your
> han
This is a known bug in 5.4.3 when deploying as a servlet. My notes on this
indicate that the offending code should be in
_WOApplicationWrapper.servletDispatchRequest() if you feel like getting your
hands dirty.
On 22/08/2012, at 11:30 PM, René Bock wrote:
> Hi every one,
>
> In order not to
Hi every one,
In order not to store my download data in memory, I'm saving the data into a
temp file. To download the data I stream the data directly from file:
public void appendToResponse(WOResponse response, WOContext context) {
response.setHeader("application/octet-stream", "Conten