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

VirtualURIFilter: forward to JSP pages does not work anymore

XMLWordPrintable

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

      With M 3.0.5 you could specify in the VirtualURIFilter a JSP to render a page. Now this leads to 404 Errors.

      If you add

      // set this attribute to avoid a second dispatching of the filters
      request.setAttribute(DontDispatchOnForwardAttributeVoter.DONT_DISPATCH_ON_FORWARD_ATTRIBUTE, Boolean.TRUE);

      before calling forward(request, response), like it is done in JspTemplateRenderer, it works.

        Acceptance criteria

              pbaerfuss Philipp Bärfuss
              ralf Ralf Hirning
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Bug DoR
                  Task DoD