File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -685,7 +685,9 @@ see :doc:`/cookbook/security/form_login`.
685
685
**5. Routing error pages are not covered by firewalls **
686
686
687
687
As Routing is done *before * security, Routing error pages are not covered
688
- by any firewall.
688
+ by any firewall. This means you can't check for security or even access
689
+ the user object on these pages. See :doc: `/cookbook/controller/error_pages `
690
+ for more details.
689
691
690
692
Authorization
691
693
-------------
@@ -1609,7 +1611,8 @@ and ``ROLE_USER`` (inherited from ``ROLE_ADMIN``).
1609
1611
Access Control
1610
1612
--------------
1611
1613
1612
- Now that you have Users and Roles, you can go further than URL patterns based authorization.
1614
+ Now that you have a User and Roles, you can go further than URL-pattern based
1615
+ authorization.
1613
1616
1614
1617
.. _book-security-securing-controller :
1615
1618
@@ -1636,7 +1639,7 @@ authorization from inside a controller::
1636
1639
1637
1640
A firewall must be active or an exception will be thrown when the ``isGranted() ``
1638
1641
method is called. It's almost always a good idea to have a main firewall that
1639
- covers all URLs (as it has been shown in this chapter).
1642
+ covers all URLs (as is shown in this chapter).
1640
1643
1641
1644
.. _book-security-securing-controller-annotations :
1642
1645
You can’t perform that action at this time.
0 commit comments