On 02.09.2010, at 09:11, Philipp Bärfuss wrote: >> Can anyone confirm that the cache is actually ignoring the protocol? > > True I can confirm that. I am not sure if we want to change that generally > but you can have your custom implementation of > CachePolicy.retrieveCacheKey(AggregationState). > > The cache policy is configured in the cache module config/
Thanks Philipp. This is exactly what I would have tried as next step. About the "not sure if we want to change that generally": Is there a reason for _not_ having the protocol in the cache key? The only reason I could think of is performance/resources when a page can be accessed via https AND http (without redirects from one to the other). But what would be the reason for serving a page via https when it may be accessed via http also? Anyway, I'll give it a try. Thanks for confirming my findings. -will ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
