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

Update TemplatingFunctions to support querystrings in redirects

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Neutral Neutral
    • 5.2.9, 5.3.4
    • 5.3.2
    • templating
    • None

      In order to allow STK redirects to specify querystrings it would be helpful to have a method to retrieve the querystring and fragment from a url.
      For example, given http://url?a=1&b=2#c , the method should return ?a=1&b=2#c.

      Additionally, contentByPath and nodeByPath must remove the querystring and fragment from url's before calling SessionUtil.getNode(), so that the calls succeed.

        Acceptance criteria

              czimmermann Christopher Zimmermann
              czimmermann Christopher Zimmermann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoD