You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2011/01/19 00:24:46 UTC

[jira] Assigned: (SLING-1897) SlingHttpServletResponseImpl.flushBuffer() does not flush parent response

     [ https://issues.apache.org/jira/browse/SLING-1897?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger reassigned SLING-1897:
----------------------------------------

    Assignee: Felix Meschberger

> SlingHttpServletResponseImpl.flushBuffer() does not flush parent response
> -------------------------------------------------------------------------
>
>                 Key: SLING-1897
>                 URL: https://issues.apache.org/jira/browse/SLING-1897
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.1.0
>            Reporter: Tobias Bocanegra
>            Assignee: Felix Meschberger
>             Fix For: Engine 2.2.0
>
>
> example:
> slingResponse.setBufferSize(0);
> slingResponse.getOutputStream().write(123);
> slingResponse.flushBuffer()
> does actually bypass the buffer in ContentData, but the flushBuffer is not passed to the wrapped response (neither is setBufferSize())

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.