diff --git a/core/src/main/java/org/springframework/security/access/vote/UnanimousBased.java b/core/src/main/java/org/springframework/security/access/vote/UnanimousBased.java index c482feb61b..821c7c2ab3 100644 --- a/core/src/main/java/org/springframework/security/access/vote/UnanimousBased.java +++ b/core/src/main/java/org/springframework/security/access/vote/UnanimousBased.java @@ -34,7 +34,7 @@ public class UnanimousBased extends AbstractAccessDecisionManager { /** * This concrete implementation polls all configured {@link AccessDecisionVoter}s for each {@link - * ConfigAttribute} and grants access if only grant votes were received. + * ConfigAttribute} and grants access if only grant (or abstain) votes were received. *
* Other voting implementations usually pass the entire list of ConfigAttributes to the
* AccessDecisionVoter. This implementation differs in that each AccessDecisionVoter