Skip to content

Commit

Permalink
access_control.rst: query string is ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
alexislefebvre authored Nov 8, 2019
1 parent 19f2aa2 commit 2877f9b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions security/access_control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,11 @@ Take the following ``access_control`` entries as an example:
]);
For each incoming request, Symfony will decide which ``access_control``
to use based on the URI, the client's IP address, the incoming host name,
and the request method. Remember, the first rule that matches is used, and
if ``ips``, ``host`` or ``methods`` are not specified for an entry, that
``access_control`` will match any ``ips``, ``host`` or ``methods``:
to use based on the URI (without the ``GET`` parameters), the
client's IP address, the incoming host name, and the request method.
Remember, the first rule that matches is used, and if ``ips``, ``host``
or ``methods`` are not specified for an entry, that ``access_control``
will match any ``ips``, ``host`` or ``methods``:

+-----------------+-------------+-------------+------------+--------------------------------+-------------------------------------------------------------+
| URI | IP | HOST | METHOD | ``access_control`` | Why? |
Expand Down

0 comments on commit 2877f9b

Please sign in to comment.