WebContextImpl.include() should use pageContext if available
------------------------------------------------------------
Key: MAGNOLIA-2010
URL: http://jira.magnolia.info/browse/MAGNOLIA-2010
Project: Magnolia
Issue Type: Bug
Components: core, templating
Affects Versions: 3.5.3
Reporter: Grégory Joseph
Assignee: Grégory Joseph
Fix For: 3.5.4
Included JSPs don't always get the expected request, for instance when passing
parameters around.
-> the WebContextImpl.include() method uses the original http request to do
the include: it should use the pageContext when it's available (it's set by the
ParagraphRenderingFacade)
-> the ParagraphRenderingFacade should unset the pageContext when it's done,
to make sure the pageContext does not get reused by mistake on further includes.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.magnolia.info/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
----------------------------------------------------------------
for list details see
http://documentation.magnolia.info/docs/en/editor/stayupdated.html
----------------------------------------------------------------