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 f32a8cf

Browse filesBrowse files
MrYamousOskarStark
authored andcommitted
[Security] Update request matcher doc
1 parent ba94e0b commit f32a8cf
Copy full SHA for f32a8cf

File tree

1 file changed

+4
-4
lines changed
Filter options

1 file changed

+4
-4
lines changed

‎security/access_control.rst

Copy file name to clipboardExpand all lines: security/access_control.rst
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ things:
1919
1. Matching Options
2020
-------------------
2121

22-
Symfony creates an instance of :class:`Symfony\\Component\\HttpFoundation\\RequestMatcher`
23-
for each ``access_control`` entry, which determines whether or not a given
24-
access control should be used on this request. The following ``access_control``
25-
options are used for matching:
22+
Symfony uses :class:`Symfony\\Component\\HttpFoundation\\ChainRequestMatcher` for
23+
each ``access_control`` entry, which determines which implementation of
24+
:class:`Symfony\\Component\\HttpFoundation\\RequestMatcherInterface` should be used
25+
on this request. The following ``access_control`` options are used for matching:
2626

2727
* ``path``: a regular expression (without delimiters)
2828
* ``ip`` or ``ips``: netmasks are also supported (can be a comma-separated string)

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.