mirror of
https://github.com/Alfresco/alfresco-community-repo.git
synced 2025-07-24 17:32:48 +00:00
This checks in the current state of WCM development.
git-svn-id: https://svn.alfresco.com/repos/alfresco-enterprise/alfresco/BRANCHES/WCM-DEV2/root@3128 c4b6b30b-aa2e-2d43-bbcb-ca4b014f7261
This commit is contained in:
@@ -43,8 +43,7 @@
|
||||
</property>
|
||||
</bean>
|
||||
|
||||
|
||||
<bean id="permissionServiceImpl" class="org.alfresco.repo.security.permissions.impl.AllowPermissionServiceImpl">
|
||||
<bean id="permissionServiceImpl" class="org.alfresco.repo.security.permissions.impl.PermissionServiceImpl">
|
||||
<property name="nodeService">
|
||||
<ref bean="nodeService" />
|
||||
</property>
|
||||
@@ -449,7 +448,7 @@
|
||||
|
||||
<!-- Lock and Unlock require the related aspect specific permissions. Querying the -->
|
||||
<!-- lock status just requires read access to the node. -->
|
||||
|
||||
|
||||
<bean id="LockService_security" class="net.sf.acegisecurity.intercept.method.aopalliance.MethodSecurityInterceptor">
|
||||
<property name="authenticationManager"><ref bean="authenticationManager"/></property>
|
||||
<property name="accessDecisionManager"><ref local="accessDecisionManager"/></property>
|
||||
@@ -461,6 +460,7 @@
|
||||
org.alfresco.service.cmr.lock.LockService.getLockStatus=ACL_NODE.0.sys:base.Read
|
||||
org.alfresco.service.cmr.lock.LockService.getLockType=ACL_NODE.0.sys:base.Read
|
||||
org.alfresco.service.cmr.lock.LockService.checkForLock=ACL_NODE.0.sys:base.Read
|
||||
org.alfresco.service.cmr.lock.LockService.getLocks=ACL_NODE.0.sys:base.Read
|
||||
</value>
|
||||
</property>
|
||||
</bean>
|
||||
|
Reference in New Issue
Block a user