Hi, I was investigating on caching problems in my magnolia application, and I learned about this DefaultCacheKey class which is used as a key for the page cache.
It stores the parameters of a URL in a Map<String, String>; therefore not all parameters are stored in case of a URL like http://host/path?a=1&a=2 This might in turn case different URL to end up having equal keys. Is there a reason why multivalue URL parameters are not handled? Greetings, Gianluca -- Context is everything: http://forum.magnolia-cms.com/forum/thread.html?threadId=931c4657-6d67-4a7e-abe7-a4c5c5d76348 ---------------------------------------------------------------- For list details, see http://www.magnolia-cms.com/community/mailing-lists.html Alternatively, use our forums: http://forum.magnolia-cms.com/ To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
