[ACS-3006] Revert changes made to implement a validation logic (#1139)

* Revert "ACS-2744 Private action validation logic (#1051)"

This reverts commit 64998b5c53.

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

This reverts commit 8edfd4bdce.
This commit is contained in:
Kacper Magdziarz
2022-05-30 13:18:44 +02:00
committed by GitHub
parent e1b6203cdc
commit b7bd6aa215
11 changed files with 17 additions and 534 deletions

View File

@@ -566,7 +566,6 @@
<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"/>