Hi Matteo,
As far as I can tell, case-sensitivity of header *value* isn't
specific explicitly in the spec (the names are), but since the Pragma
header's "no-cache" value is documented in lowercase, it can't hurt to
fix this. See MAGNOLIA-2675.
Cheers,
-g
On Apr 1, 2009, at 10:54 AM, Matteo Pelucco wrote:
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]>
----------------------------------------------------------------
----------------------------------------------------------------
For list details see
http://www.magnolia-cms.com/home/community/mailing-lists.html
To unsubscribe, E-mail to: <[email protected]>
----------------------------------------------------------------