Hi Fabrizio I compiled the class and configured it the following way, then published the configurations. I modified the cobnfiguration in the javadocs in the following way, in order to test a caching of 30 minutes in HTML pages.
However the page seems not to cache the contents at all. This behaviour seems to be different compared to a project running in 3.0.1 where a page is always cached. Is there something wrong in my configuration or do I have to do something different to enable the caching filter than just complie the class and configure it as shown below? * + server * + filters * + ... * + headers-cache * - class info.magnolia.cms.filters.CacheHeadersFilter * - expirationMinutes 1440 <em>(default)</em> * + bypasses * + extensions * - class info.magnolia.voting.voters.ExtensionVoter * - allow html * - not true * + headers-nocache * - class info.magnolia.cms.filters.CacheHeadersFilter * + bypasses * + extensions * - class info.magnolia.voting.voters.ExtensionVoter * - allow htmlxx //just an extension name to test * - not true -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] Sent: Montag, 21. Januar 2008 14:18 To: [email protected] Subject: Re: [magnolia-user] Disable the Caching of a Page in the Browser's Web Cache Hi, Claudio, On Jan 21, 2008 1:56 PM, Claudio Greuter <[email protected]> wrote: > I'll take a look at that. I noticed that the filter class its not part > of the 3.5.2 distribution. Do you know by chance how one can patch a > 3.5.2 Magnolia with the class? Is it enough to compile it and drop it in > the classpath? yes, it has no specific dependencies, it can work as is with 3.5.2 or earlier versions of Magnolia. fabrizio ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ---------------------------------------------------------------- ---------------------------------------------------------------- for list details see http://documentation.magnolia.info/docs/en/editor/stayupdated.html ----------------------------------------------------------------
