Skip to content

Conversation

issamkhadiri1989
Copy link
Contributor

@issamkhadiri1989 issamkhadiri1989 commented Feb 28, 2022

hello,

i may suggest this correction:

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 
@issamkhadiri1989
Copy link
Contributor Author

Hello,

Can anyone take a look at this PR please ?

@carsonbot carsonbot changed the title Update firewall_restriction.rst [Security] Update firewall_restriction.rst Aug 9, 2022
@javiereguiluz javiereguiluz added this to the 5.4 milestone Aug 9, 2022
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 ```
@javiereguiluz javiereguiluz changed the base branch from 6.0 to 5.4 August 9, 2022 10:29
@javiereguiluz javiereguiluz requested a review from xabbuh as a code owner August 9, 2022 10:29
@javiereguiluz javiereguiluz merged commit dd28bf8 into symfony:5.4 Aug 9, 2022
@javiereguiluz
Copy link
Member

@issamkhadiri1989 sorry it took us so long to merge this. While merging we changed the branch to 5.4 and did the same changes in the XML and PHP config: 2a14cfd

@issamkhadiri1989
Copy link
Contributor Author

Hello @javiereguiluz

No worries :) . Thank you very much for the merge. We rock !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment