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.
768768Each ``access_control `` has several options that configure two different
769769things:
770770
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 >`:
773773
774774.. _security-book-access-control-matching-options :
775775
776- (a) Matching Options
777- ....................
776+ 1. Matching Options
777+ ...................
778778
779779Symfony2 creates an instance of :class: `Symfony\\ Component\\ HttpFoundation\\ RequestMatcher `
780780for each ``access_control `` entry, which determines whether or not a given
@@ -869,8 +869,8 @@ will match any ``ip``, ``host`` or ``method``:
869869
870870.. _security-book-access-control-enforcement-options :
871871
872- (b) Access Enforcement
873- ......................
872+ 2. Access Enforcement
873+ .....................
874874
875875Once Symfony2 has decided which ``access_control `` entry matches (if any),
876876it then *enforces * access restrictions based on the ``roles `` and ``requires_channel ``
You can’t perform that action at this time.
0 commit comments