[
https://issues.apache.org/jira/browse/SLING-692?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12638554#action_12638554
]
Felix Meschberger commented on SLING-692:
-----------------------------------------
Implemented the forward method in Rev. 703451 as follows:
* ensure the response is not committed
* reset the response
* call include(request, response)
* flush the response to ensure it is committed (but we don't close)
Keeping this issue open to also add some test cases
> Implement RequestDispatcher.forward
> -----------------------------------
>
> Key: SLING-692
> URL: https://issues.apache.org/jira/browse/SLING-692
> Project: Sling
> Issue Type: Improvement
> Components: Engine
> Affects Versions: Engine 2.0.2
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: Engine 2.0.4
>
>
> Currently the SlingRequestDispatcher class implementing the RequestDispatcher
> interface inside Sling does not implement the forward method. Since this
> method may be used in certain environments, this should also be implemented.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.