RequestData.toSlingHttpServletResponse does not wrap HttpServletResponse
------------------------------------------------------------------------
Key: SLING-631
URL: https://issues.apache.org/jira/browse/SLING-631
Project: Sling
Issue Type: Bug
Affects Versions: Engine 2.0.2
Reporter: Felix Meschberger
Assignee: Felix Meschberger
Fix For: Engine 2.0.4
The RequestData.toSlingHttpServletResponse method is intended to create a
SlingHttpServletResponse wrapper for a non-SlingHttpServletResponse object
delegating to wrapped SlingHttpServletResponse. In other words,
RequestData.toSlingHttpServletResponse should do to the response, what the
RequestData.toSlingHttpServletRequest does to the request. But it doesn't.
This is most probably the cause for the problem reported by Jukka Zitting in
[1].
[1] http://markmail.org/message/fphyjdeb2oecjqdn
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.