Commit 1120d23
committed
minor #12605 [Security] query string can't be used in security.access_control > path (alexislefebvre)
This PR was merged into the 3.4 branch.
Discussion
----------
[Security] query string can't be used in security.access_control > path
Goal: explain that GET parameters are ignored, so the following rule won't work:
```
- { path: ^/foo/bar\?foobar=[0-9]+, roles: [ ROLE_USER ], methods: [ GET ] }
```
Source: https://stackoverflow.com/questions/46600752/symfony-access-control-regex-with-get-parameter
Commits
-------
2877f9b access_control.rst: query string is ignored1 file changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
100 | 101 | | |
101 | 102 | | |
102 | 103 | | |
| |||
0 commit comments