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