|
@@ -400,7 +400,7 @@ public class GlobalMethodSecurityConfiguration
|
|
public void setMethodSecurityExpressionHandler(
|
|
public void setMethodSecurityExpressionHandler(
|
|
List<MethodSecurityExpressionHandler> handlers) {
|
|
List<MethodSecurityExpressionHandler> handlers) {
|
|
if (handlers.size() != 1) {
|
|
if (handlers.size() != 1) {
|
|
- logger.debug("Not autwiring PermissionEvaluator since size != 1. Got "
|
|
|
|
|
|
+ logger.debug("Not autowiring MethodSecurityExpressionHandler since size != 1. Got "
|
|
+ handlers);
|
|
+ handlers);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
@@ -449,4 +449,4 @@ public class GlobalMethodSecurityConfiguration
|
|
}
|
|
}
|
|
return this.enableMethodSecurity;
|
|
return this.enableMethodSecurity;
|
|
}
|
|
}
|
|
-}
|
|
|
|
|
|
+}
|