[jira] [Created] (SLING-2039) Output lost with JSPs and sling:include

2011-03-30 Thread Felix Meschberger (JIRA)
Output lost with JSPs and sling:include --- Key: SLING-2039 URL: https://issues.apache.org/jira/browse/SLING-2039 Project: Sling Issue Type: Bug Components: Engine Affects Versions: Engine 2.

[jira] [Commented] (SLING-2039) Output lost with JSPs and sling:include

2011-03-30 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13012890#comment-13012890 ] Felix Meschberger commented on SLING-2039: -- Investigation shows a problematic int

[jira] [Resolved] (SLING-2039) Output lost with JSPs and sling:include

2011-03-30 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger resolved SLING-2039. -- Resolution: Fixed Removed Sling's internal output buffering completely in Rev. 1086883

[jira] [Updated] (SLING-2039) Output lost with JSPs and sling:include

2011-03-30 Thread Felix Meschberger (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2039?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Felix Meschberger updated SLING-2039: - Attachment: SLING-2039-test.xml Simple test scenario for this issue. Upload attached file

[jira] [Created] (SLING-2040) Avoid logger instantiation and extra servlet resolver null check in RequestData

2011-03-30 Thread Carsten Ziegeler (JIRA)
Avoid logger instantiation and extra servlet resolver null check in RequestData --- Key: SLING-2040 URL: https://issues.apache.org/jira/browse/SLING-2040 Project: Sling

Changes in the Sling Engine

2011-03-30 Thread Felix Meschberger
Hi all, I noticed a subtle issue with how the Sling Engine buffers output (response data) from servlets and scripts. See SLING-2039 [1] for details. I have now removed all output buffering from the Sling Engine. This makes request processing and the RequestData and ContentData objects much simple

[jira] [Resolved] (SLING-2040) Avoid logger instantiation and extra servlet resolver null check in RequestData

2011-03-30 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-2040?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2040. - Resolution: Fixed Fixed in revision 1086978 > Avoid logger instantiation and extra servl

[jira] [Created] (SLING-2041) Upon installation of a fragment bundle refresh packages on the host bundle

2011-03-30 Thread Justin Edelson (JIRA)
Upon installation of a fragment bundle refresh packages on the host bundle -- Key: SLING-2041 URL: https://issues.apache.org/jira/browse/SLING-2041 Project: Sling Issue

[jira] [Created] (SLING-2042) Clean up content data and request data handling

2011-03-30 Thread Carsten Ziegeler (JIRA)
Clean up content data and request data handling --- Key: SLING-2042 URL: https://issues.apache.org/jira/browse/SLING-2042 Project: Sling Issue Type: Improvement Components: Engine Aff