Bug: Using `define('ZENCACHE_ALLOWED', FALSE);` to Disable Zencache, Should Disable the ZenCache Static CDN Filters #628
Labels
Milestone
Comments
Next Pro Release Changelog:
|
ZenCache v151220 has been released and includes changes worked on as part of this GitHub Issue. See the release announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#628). |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Overview
Customer tried using `define('ZENCACHE_ALLOWED', FALSE); to disable CDN support for specific pages, but was not working properly.
Steps to Reproduce
define('ZENCACHE_ALLOWED', FALSE);
ordefine('DONOTCACHEPAGE', TRUE);
Expected Behavior
Setting
define('ZENCACHE_ALLOWED', FALSE);
ordefine('DONOTCACHEPAGE', TRUE);
should disable the ZenCache Static CDN Filters as well as the caching itself. There should probably be a separate constant to allow for specifically disabling Static CDN Filters and the HTML Compressor (e.g.,ZENCACHE_CDN_ALLOWED
andZENCACHE_HTMLC_ALLOWED
).Observed Behavior
Customer reported that they tried to disable CDN support for specific pages. They were using
define('ZENCACHE_ALLOWED', FALSE);
to disable Zencache, but reported that it still uses static CDN if globally enabled._
referenced in internal ticket: https://websharks.zendesk.com/agent/tickets/9784
The text was updated successfully, but these errors were encountered: