Commit 04ccca1
committed
minor #20241 [Routing] Add note on nuances of the Routing exclude config option (toby-griffiths)
This PR was submitted for the 7.1 branch but it was squashed and merged into the 6.4 branch instead.
Discussion
----------
[Routing] Add note on nuances of the Routing exclude config option
As per reported issue symfony/symfony#39588,
currently the `exclude` option for attribute routing only works if the
`resource` value is a string, and is a glob pattern, so this updates the
example to use a glob pattern, and advise of this, current nuance.
Commits
-------
08c1484 [Routing] Add note on nuances of the Routing exclude config option1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1439 | 1439 | | |
1440 | 1440 | | |
1441 | 1441 | | |
1442 | | - | |
| 1442 | + | |
1443 | 1443 | | |
1444 | 1444 | | |
1445 | 1445 | | |
| |||
1455 | 1455 | | |
1456 | 1456 | | |
1457 | 1457 | | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
1458 | 1461 | | |
1459 | 1462 | | |
1460 | 1463 | | |
| |||
0 commit comments