mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
Checkpoint of light weight ACLs.
This is a fairly brute force strategy that allows permissions evalutations with essentially no db access. It does a number of 'bad' things and I may rip it out completely. git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/HEAD/root@6788 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -274,6 +274,13 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Bootstrap for the authorityCapabilityRegistry -->
|
||||
<bean id="authorityCapabilityBootstrap" class="org.alfresco.repo.simple.permission.AuthorityCapabilityBootstrap">
|
||||
<property name="authorityCapabilityRegistry">
|
||||
<ref bean="authorityCapabilityRegistry"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
<!-- Bootstrap any extensions -->
|
||||
|
||||
<import resource="classpath*:alfresco/extension/bootstrap/*-context.xml" />
|
||||
@@ -300,7 +307,7 @@
|
||||
<ref bean="searchService"/>
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
<!-- Perform index recovery before applying any patches -->
|
||||
<!-- rebuild the index if required - before we check that it is there -->
|
||||
|
||||
|
Reference in New Issue
Block a user