File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -768,13 +768,13 @@ is used to enforce access.
768
768
Each ``access_control `` has several options that configure two different
769
769
things:
770
770
771
- * (a) :ref: `should the incoming request match this access control entry <security-book-access-control-matching-options >`
772
- * (b) :ref: `once it matches, should some sort of access restriction be enforced <security-book-access-control-enforcement-options >`:
771
+ #. :ref: `should the incoming request match this access control entry <security-book-access-control-matching-options >`
772
+ #. :ref: `once it matches, should some sort of access restriction be enforced <security-book-access-control-enforcement-options >`:
773
773
774
774
.. _security-book-access-control-matching-options :
775
775
776
- (a) Matching Options
777
- ....................
776
+ 1. Matching Options
777
+ ...................
778
778
779
779
Symfony2 creates an instance of :class: `Symfony\\ Component\\ HttpFoundation\\ RequestMatcher `
780
780
for each ``access_control `` entry, which determines whether or not a given
@@ -869,8 +869,8 @@ will match any ``ip``, ``host`` or ``method``:
869
869
870
870
.. _security-book-access-control-enforcement-options :
871
871
872
- (b) Access Enforcement
873
- ......................
872
+ 2. Access Enforcement
873
+ .....................
874
874
875
875
Once Symfony2 has decided which ``access_control `` entry matches (if any),
876
876
it then *enforces * access restrictions based on the ``roles `` and ``requires_channel ``
You can’t perform that action at this time.
0 commit comments