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:
266
266
security :
267
267
access_decision_manager :
268
268
strategy : unanimous
269
- allow_if_all_abstain : true
269
+ allow_if_all_abstain : false
270
270
271
271
.. code-block :: xml
272
272
@@ -280,7 +280,7 @@ security configuration:
280
280
>
281
281
282
282
<config >
283
- <access-decision-manager strategy =" unanimous" allow-if-all-abstain =" true " />
283
+ <access-decision-manager strategy =" unanimous" allow-if-all-abstain =" false " />
284
284
</config >
285
285
</srv : container >
286
286
@@ -290,6 +290,6 @@ security configuration:
290
290
$container->loadFromExtension('security', array(
291
291
'access_decision_manager' => array(
292
292
'strategy' => 'unanimous',
293
- 'allow_if_all_abstain' => true ,
293
+ 'allow_if_all_abstain' => false ,
294
294
),
295
295
));
You can’t perform that action at this time.
0 commit comments