Sivakumar wrote: > I want to disable magnolia and browser cache for secure pages (https). Please > help.
The documentation on the cache module has a section on excluding content from cache: https://documentation.magnolia-cms.com/display/DOCS/Cache+module#Cachemodule-Excludingcontentfromcache You could create your own HTTPS voter by extending Magnolia's AbstractBoolVoter class and checking the request (the 'value' Object passed to the vote method) to see whether its scheme is 'https' (HttpUtils.getScheme() might be useful). Nils. ---------------------------------------------------------------- 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]> ----------------------------------------------------------------
