VirtualURIFilter: forward to JSP pages does not work anymore
------------------------------------------------------------

                 Key: MAGNOLIA-2015
                 URL: http://jira.magnolia.info/browse/MAGNOLIA-2015
             Project: Magnolia
          Issue Type: Bug
          Components: core
    Affects Versions: 3.5.3
            Reporter: Ralf Hirning
            Assignee: Philipp Bracher


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. 

-- 
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
----------------------------------------------------------------

Reply via email to