Platform Explorer / Nuxeo Platform LTS 2019 10.10

Contribution org.nuxeo.ecm.core.security.acl.properties--configuration

This contribution is part of XML component org.nuxeo.ecm.core.security.acl.properties inside nuxeo-core-api-10.10-HF32.jar /OSGI-INF/legacy-acp-behavior.xml

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.

Extension Point

Extension point configuration of component ConfigurationService.

Registration Order

15
The registration order represents the order in which this contribution was registered on its target extention point. This will impact the override/merge behaviour when it is implemented on the target service, and is useful for proper customization of existing contributions.
You can influence this order by adding "require" tags in the containing component declaration, to make sure it is resolved after another component (see "Resolution Order" on components).

Contributed Items

  • <property name="nuxeo.security.acl.legacyBehavior">false</property>

XML Source

<extension point="configuration" target="org.nuxeo.runtime.ConfigurationService">
        <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 -&gt; Local -&gt; LocalGroup (custom), on &gt;7.x it's Inherited -&gt; LocalGroup (custom) -&gt; 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>