I am following the security guidelines to disable the debug filter as explained in the link below:
http://dev.day.com/docs/en/cq/
But I cannot find "Day CQ WCM Debug Filter" in the config page.
Does anybody know where the filter configuration is for disabling it ?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi techno2011,
http://<host>:<port>/system/console/components/com.day.cq.wcm.core.impl.WCMDebugFilter
Thanks,
Sham
Views
Replies
Total Likes
Hi techno2011,
http://<host>:<port>/system/console/components/com.day.cq.wcm.core.impl.WCMDebugFilter
Thanks,
Sham
Views
Replies
Total Likes
Here is the xml-snippet for the config to disable it:
<?xml version="1.0" encoding="UTF-8"?>
<jcr:root xmlns:sling="http://sling.apache.org/jcr/sling/1.0" xmlns:jcr="http://www.jcp.org/jcr/1.0"
jcr:primaryType="sling:OsgiConfig"
wcmdbgfilter.enabled="{Boolean}false"
wcmdbgfilter.jspDebug="{Boolean}false"/>
Views
Replies
Total Likes
Hello,
What version of CQ are you using ? Look for "Day CQ WCM Filter" in configuration /system/console/configMgr .
Yogesh
Views
Replies
Total Likes