Extension point urlPatternFilter
A set of filter based on the HTTPD filter Allow,Deny. Allows to filter the URL the server will process.
Contribution Descriptor
Existing Contributions
-
<extension point="urlPatternFilter" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService"> <urlPatternFilter order="Deny,Allow"> <deny>.*</deny> <allow>.*</allow> </urlPatternFilter> </extension>