[ http://jira.magnolia.info/browse/MAGNOLIA-1047?page=all ]

Sameer Charles resolved MAGNOLIA-1047.
--------------------------------------

    Resolution: Fixed

implemented

how to use:

- for server side redirects
add redirect: before the path to which fromURI should be redirected (eg. 
redirect:/www.google.com)

- for jsp / servlets where request needs to be simply forwarded
add forward: before the resource path (eg. forward:/thumbnail.jsp)

- for all other virtual URI's, pages, resources etc..
simply give a path (eg. /index.html)

> VirtualURI Filter doea not handle redirects and Forwards correctly
> ------------------------------------------------------------------
>
>                 Key: MAGNOLIA-1047
>                 URL: http://jira.magnolia.info/browse/MAGNOLIA-1047
>             Project: magnolia
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.0 RC2
>            Reporter: Sameer Charles
>         Assigned To: Sameer Charles
>             Fix For: 3.0 Final
>
>
> currently there is no way to assign a virtual URI to a page without skipping 
> all filters, and if you use "redirect:" it does a server
> side redirect which jeopardises any search engine index calls.
> We should have a clean mapping in virtual URI, something like
> redirect:/some_uri (server side redirect)
> forward:/some_uri (request dispatcher forward while discarding the rest of 
> the filter chain)
> /some_uri (simply modifying path and resetting the filter chain to start 
> again)

-- 
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://www.magnolia.info/en/magnolia/developer.html
----------------------------------------------------------------

Reply via email to