Skip to content

Commit

Permalink
[symfony#2783] Putting back my a/b labels - I think this helps you tr…
Browse files Browse the repository at this point in the history
…ack the sections and this area - since it deals with security - is very very important
  • Loading branch information
weaverryan committed Jul 29, 2013
1 parent a3a4577 commit 31443a3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -762,13 +762,13 @@ is used to enforce access.
Each ``access_control`` has several options that configure two different
things:

* :ref:`should the incoming request match this access control entry<security-book-access-control-matching-options>`
* :ref:`once it matches, should some sort of access restriction be enforced<security-book-access-control-enforcement-options>`:
* (a) :ref:`should the incoming request match this access control entry<security-book-access-control-matching-options>`
* (b) :ref:`once it matches, should some sort of access restriction be enforced<security-book-access-control-enforcement-options>`:

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

Matching Options
................
(a) Matching Options
....................

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

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

Access Enforcement
..................
(b) Access Enforcement
......................

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

0 comments on commit 31443a3

Please sign in to comment.