[ACS-2747] Prevent private action execution from the V1 HTTP API. Added end-to-end test method. (#1108)

This commit is contained in:
kcichonczyk
2022-05-09 13:14:10 +02:00
committed by GitHub
parent 810cd9f067
commit 8edfd4bdce
3 changed files with 46 additions and 1 deletions

View File

@@ -566,6 +566,7 @@
<property name="namespaceService" ref="NamespaceService"/>
<property name="nodeService" ref="NodeService"/>
<property name="prefixResolver" ref="namespaceService"/>
<property name="runtimeActionService" ref="actionService"/>
</bean>
<bean id="Actions" class="org.springframework.aop.framework.ProxyFactoryBean">
<property name="proxyInterfaces" value="org.alfresco.rest.api.Actions"/>