Hi all,
speaking about browser caching...
look at info.magnolia.module.cache.executor.SetExpirationHeaders, line 64:
response.setHeader("Pragma", "No-cache");
but HTTP Headers aren't case sensitive? So it should be:
response.setHeader("Pragma", "no-cache");
isn't it?
I say that only because we are encountering browser caching issues over
IE6 when cache is enabled and browser caching policy is "NO_CACHE",
module cache is configured to use
info.magnolia.module.cache.browsercachepolicy.Never
Am I wrong?
Matteo
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------