[
https://issues.apache.org/jira/browse/SLING-1951?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Felix Meschberger resolved SLING-1951.
--------------------------------------
Resolution: Fixed
To default the internal Engine buffer size to the size of the servlet
container's output buffer I extended the (internal) BufferProvider interface to
have setter and getter of the buffer size and implementing the RequestData
implementations to call into the servlet container's response object.
Fixed in Rev. 1062713
> Engine does not buffer by default
> ---------------------------------
>
> Key: SLING-1951
> URL: https://issues.apache.org/jira/browse/SLING-1951
> Project: Sling
> Issue Type: Bug
> Components: Engine
> Affects Versions: Engine 2.1.0
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: Engine 2.2.0
>
>
> The Sling Engine contains internal buffering logic to supercede (and enhance
> the buffering supported by the Servlet Container). But in contrast to the
> servlet container's buffering logic which is generally set to a sensible
> default buffer size, the Engine's buffer size defaults to zero.
> We should fix this to set the default buffersize to the servlet container's
> default buffer size
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.