Commit 2209ca2
committed
minor #13522 [Security] Describe voters more prominently in the Security guide (wouterj)
This PR was merged into the 4.4 branch.
Discussion
----------
[Security] Describe voters more prominently in the Security guide
Fixes #11505, Fixes #13406
* I've removed the ACL bundle reference, imho it no longer makes sense to talk about it
* I've also changed the title from "Access Control Lists (ACLs): Securing individual Database Objects" to "Securing Individual Objects"; it's no longer about ACL
* I've updated the content to talk about the function of voters and not talk about why we replaced ACL with voters (that was useful in Symfony 3, but I think it no longer makes sense - everyone has made the change already)
* I've moved the chapter slightly up, the TOC now is:
```
4) Denying Access, Roles and other Authorization
Roles
Add Code to Deny Access
Securing URL patterns (access_control)
Securing Controllers and other Code
Access Control in Templates
Securing other Services
Securing Individual Objects
Checking to see if a User is Logged In (IS_AUTHENTICATED_FULLY)
```
Commits
-------
b610beb Describe voters a bit more prominent in the Security guide1 file changed
+25
-28
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
395 | | - | |
396 | | - | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | 394 | | |
401 | | - | |
| 395 | + | |
| 396 | + | |
402 | 397 | | |
403 | | - | |
404 | | - | |
405 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
406 | 402 | | |
407 | | - | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
408 | 412 | | |
409 | 413 | | |
410 | 414 | | |
| |||
659 | 663 | | |
660 | 664 | | |
661 | 665 | | |
| 666 | + | |
| 667 | + | |
| 668 | + | |
| 669 | + | |
| 670 | + | |
| 671 | + | |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
662 | 676 | | |
663 | 677 | | |
664 | 678 | | |
| |||
696 | 710 | | |
697 | 711 | | |
698 | 712 | | |
699 | | - | |
700 | | - | |
701 | | - | |
702 | | - | |
703 | | - | |
704 | | - | |
705 | | - | |
706 | | - | |
707 | | - | |
708 | | - | |
709 | | - | |
710 | | - | |
711 | | - | |
712 | | - | |
713 | | - | |
714 | | - | |
715 | 713 | | |
716 | 714 | | |
717 | 715 | | |
| |||
1047 | 1045 | | |
1048 | 1046 | | |
1049 | 1047 | | |
1050 | | - | |
1051 | 1048 | | |
1052 | 1049 | | |
0 commit comments