Uploaded image for project: 'Magnolia'
  1. Magnolia
  2. MAGNOLIA-2010

WebContextImpl.include() should use pageContext if available

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.5.4
    • 3.5.3
    • core, templating
    • None

      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.

        Acceptance criteria

              gjoseph Magnolia International
              gjoseph Magnolia International
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD