I'm attempting to ensure that all default handlers in CQ5 are known and are disabled/overridden when they are not desired. One is stumping me: *.export.zip
I can block it using dispatcher or a servlet filter, but I'm assuming there's a way to either disable it (maybe an OSGi config I'm missing) or override it. Any help is appreciated.
If you disable the following bundles:
it will remove the handler for .export.zip extensions
The extensions bundle should do the trick, but the main content sync bundle could be disabled too.
You can find these (on your local server) here:
http://localhost:4502/system/console/bundles/com.day.cq.cq-content-sync
http://localhost:4502/system/console/bundles/com.day.cq.wcm.cq-wcm-content-sync