[ http://jira.magnolia.info/browse/MAGNOLIA-1433?page=comments#action_13835 ] Sameer Charles commented on MAGNOLIA-1433: ------------------------------------------
Key is derived from Path.getURI(request) which gives you the original URI independent of multiple dispatches in between. But if you are redirecting using "redirect:/PATH" then its a new request and will be ignored by cache since it contains parametes which is an expected behaviour. > cache: use original url as caching k > ------------------------------------ > > Key: MAGNOLIA-1433 > URL: http://jira.magnolia.info/browse/MAGNOLIA-1433 > Project: Magnolia > Issue Type: Improvement > Components: core > Affects Versions: 3.0.2 > Reporter: Philipp Bracher > Assigned To: Sameer Charles > Fix For: 3.1 > > > The current cache implementation uses the set uri (after virtual uri > mapping), caching does then not work if you put parameters into the path part > of the url > /en/somthing.html --> /somthing?lang=en -- 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/developer.html ----------------------------------------------------------------
