From 935c3e60fc1224e2e9892abaf398768b8e169245 Mon Sep 17 00:00:00 2001 From: Prachi Damle Date: Tue, 21 Jan 2014 16:13:14 -0800 Subject: [PATCH] Correcting the "security.checkers.order" to include the class name for RoleBasedEntityAccessChecker --- .../cloudstack/core/spring-core-registry-core-context.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml b/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml index f2d2681db56..0f58d7d35e0 100644 --- a/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml +++ b/core/resources/META-INF/cloudstack/core/spring-core-registry-core-context.xml @@ -46,7 +46,7 @@ + value="RoleBasedEntityAccessChecker,AffinityGroupAccessChecker,DomainChecker" />