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

VirtualUriFilter does not encode redirect Uri

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 4.4.5
    • 4.3.8
    • None
    • None

      The VirtualUriFilter does an redirect via:

      response.sendRedirect(redirectUrl);

      on line 81. This is bad if used without cookies because the jsessionid is lost in some cases

      the better solution would be

      response.sendRedirect(response.encodeRedirectURL(redirectUrl));

        Acceptance criteria

              dlipp Daniel Lipp
              tom.kalmar Thomas Kalmar
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD