Skip to content

Commit e0f53e9

Browse files
issamkhadiri1989javiereguiluz
authored andcommitted
Update firewall_restriction.rst
the correction assumes the the custom request matcher is App\Security\CustomRequestMatcher. the `request_matcher` option is the service id. it should be mentionned before that the `app.firewall.secured_area.request_matcher` is the service ID / or an alias like the following : ``` app.firewall.secured_area.request_matcher: alias: App\Security\RequestMatcher ```
1 parent 0014a72 commit e0f53e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/firewall_restriction.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ If the above options don't fit your needs you can configure any service implemen
215215
security:
216216
firewalls:
217217
secured_area:
218-
request_matcher: app.firewall.secured_area.request_matcher
218+
request_matcher: App\Security\CustomRequestMatcher
219219
# ...
220220
221221
.. code-block:: xml

0 commit comments

Comments
 (0)