From 73d96d4d2c861bde5c8440986fc7575be4c4024c Mon Sep 17 00:00:00 2001 From: Andrey Astakhov Date: Tue, 12 Apr 2016 20:56:05 +0200 Subject: [PATCH 1/6] Added possible values for access_decision_manager.strategy Added a comment with the list of possible values for access_decision_manager.strategy (like for session_fixation_strategy) --- reference/configuration/security.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/reference/configuration/security.rst b/reference/configuration/security.rst index 13be9393268..9a12c168061 100644 --- a/reference/configuration/security.rst +++ b/reference/configuration/security.rst @@ -27,6 +27,7 @@ Each part will be explained in the next section. always_authenticate_before_granting: false erase_credentials: true access_decision_manager: + # strategy can be: affirmative, consensus, unanimous strategy: affirmative allow_if_all_abstain: false allow_if_equal_granted_denied: true From 9231389b4406f759d790b355adf993308449ec8f Mon Sep 17 00:00:00 2001 From: gregfriedrice Date: Wed, 20 Apr 2016 11:32:42 +0100 Subject: [PATCH 2/6] Fix typo --- book/from_flat_php_to_symfony2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/from_flat_php_to_symfony2.rst b/book/from_flat_php_to_symfony2.rst index 63243ef3a23..be759a1c176 100644 --- a/book/from_flat_php_to_symfony2.rst +++ b/book/from_flat_php_to_symfony2.rst @@ -113,7 +113,7 @@ is primarily an HTML file that uses a template-like PHP syntax: