8000 [#2783] Putting back my a/b labels - I think this helps you track the… · peaceant/symfony-docs@31443a3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 31443a3

Browse files
committed
[symfony#2783] Putting back my a/b labels - I think this helps you track the sections and this area - since it deals with security - is very very important
1 parent a3a4577 commit 31443a3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

book/security.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -762,13 +762,13 @@ is used to enforce access.
762762
Each ``access_control`` has several options that configure two different
763763
things:
764764

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>`:
767767

768768
.. _security-book-access-control-matching-options:
769769

770-
Matching Options
771-
................
770+
(a) Matching Options
771+
....................
772772

773773
Symfony2 creates an instance of :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher`
774774
for each ``access_control`` entry, which determines whether or not a given
@@ -863,8 +863,8 @@ will match any ``ip``, ``host`` or ``method``:
863863

864864
.. _security-book-access-control-enforcement-options:
865865

866-
Access Enforcement
867-
..................
866+
(b) Access Enforcement
867+
......................
868868

869869
Once Symfony2 has decided which ``access_control`` entry matches (if any),
870870
it then *enforces* access restrictions based on the ``roles`` and ``requires_channel``

0 commit comments

Comments
 (0)
0