Skip to content

Commit

Permalink
minor #3501 [Security] Fix markup (tyx)
Browse files Browse the repository at this point in the history
This PR was merged into the 2.3 branch.

Discussion
----------

[Security] Fix markup

| Q             | A
| ------------- | ---
| Doc fix?      | Yes
| New docs?     | No
| Applies to    | all

Commits
-------

72179cb [Security] fix markup
  • Loading branch information
weaverryan committed Feb 3, 2014
2 parents 80a90ba + 72179cb commit 7f56c20
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 @@ -768,13 +768,13 @@ is used to enforce access.
Each ``access_control`` has several options that configure two different
things:

* (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>`:
#. :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>`:

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

(a) Matching Options
....................
1. 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 @@ -869,8 +869,8 @@ will match any ``ip``, ``host`` or ``method``:

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

(b) Access Enforcement
......................
2. 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 7f56c20

Please sign in to comment.