Platform Explorer / Nuxeo Platform LTS 2019 10.10

Component org.nuxeo.ecm.core.security.acl.properties

Resolution Order

123
The resolution order represents the order in which this component has been resolved by the Nuxeo Runtime framework.
You can influence this order by adding "require" tags in your component declaration, to make sure it is resolved after another component.

Contributions

XML Source

<?xml version="1.0"?>
<component name="org.nuxeo.ecm.core.security.acl.properties">
    <extension target="org.nuxeo.runtime.ConfigurationService" point="configuration">
        <documentation>
            Enable Legacy behavior (Nuxeo 6.x) on ACL order of execution. On Nuxeo 6.x and below, the ACL execution order
            used to be Inherited -> Local -> LocalGroup (custom), on >7.x it's Inherited -> LocalGroup (custom) -> Local.
            This flag enables Legacy ACL mode on newer Nuxeo versions 7.x and above.
        </documentation>
        <property name="nuxeo.security.acl.legacyBehavior">false</property>
    </extension>
</component>