Skip to content

Commit 647fdaa

Browse files
committed
minor #5959 Fix #5912 Ambiguity on Access Decision Manager's Strategy (Pierre Maraitre)
This PR was squashed before being merged into the 2.3 branch (closes #5959). Discussion ---------- Fix #5912 Ambiguity on Access Decision Manager's Strategy | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | >=2.3 | Fixed tickets | #5912 Commits ------- 2367e88 Fix #5912 Ambiguity on Access Decision Manager's Strategy
2 parents 0a3acae + 2367e88 commit 647fdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/security/authorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ the votes (either positive, negative or neutral) it has received. It
4141
recognizes several strategies:
4242

4343
``affirmative`` (default)
44-
grant access as soon as any voter returns an affirmative response;
44+
grant access as soon as there is one voter granting access;
4545

4646
``consensus``
4747
grant access if there are more voters granting access than there are denying;

0 commit comments

Comments
 (0)