File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ security configuration:
266266 security :
267267 access_decision_manager :
268268 strategy : unanimous
269- allow_if_all_abstain : true
269+ allow_if_all_abstain : false
270270
271271 .. code-block :: xml
272272
@@ -280,7 +280,7 @@ security configuration:
280280 >
281281
282282 <config >
283- <access-decision-manager strategy =" unanimous" allow-if-all-abstain =" true " />
283+ <access-decision-manager strategy =" unanimous" allow-if-all-abstain =" false " />
284284 </config >
285285 </srv : container >
286286
@@ -290,6 +290,6 @@ security configuration:
290290 $container->loadFromExtension('security', array(
291291 'access_decision_manager' => array(
292292 'strategy' => 'unanimous',
293- 'allow_if_all_abstain' => true ,
293+ 'allow_if_all_abstain' => false ,
294294 ),
295295 ));
You can’t perform that action at this time.
0 commit comments