Extension point urlPatternFilter
Documentation
A set of filter based on the HTTPD filter Allow,Deny. Allows to filter the URL the server will process.
Contribution Descriptors
Existing Contributions
Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.
-
<extension point="urlPatternFilter" target="org.nuxeo.ecm.platform.annotations.services.AnnotationsService"> <urlPatternFilter order="Deny,Allow"> <deny>.*</deny> <allow>.*</allow> </urlPatternFilter> </extension>