Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

Debug filter in security checklist

Avatar

Level 2

I am following the security guidelines to disable the debug filter as explained in the link below:

http://dev.day.com/docs/en/cq/current/deploying/osgi_configuration_settings.html#Day%20CQ%20WCM%20Debug%20Filter

But I cannot find "Day CQ WCM Debug Filter" in the config page.

Does anybody know where the filter configuration is for disabling it ?

1 Accepted Solution

Avatar

Correct answer by
Level 10

Hi techno2011,

http://<host>:<port>/system/console/components/com.day.cq.wcm.core.impl.WCMDebugFilter

Thanks,

Sham

View solution in original post

3 Replies

Avatar

Correct answer by
Level 10

Hi techno2011,

http://<host>:<port>/system/console/components/com.day.cq.wcm.core.impl.WCMDebugFilter

Thanks,

Sham

Avatar

Employee

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"/>

Avatar

Level 5

Hello,

What version of CQ are you using ? Look for "Day CQ WCM Filter" in configuration /system/console/configMgr .

Yogesh