Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d802769

Browse filesBrowse files
[Security]: Removing duplicate sentence
Page: https://symfony.com/doc/6.4/security.html#the-firewall Namely: > Here, all real URLs are handled by the ``main`` firewall (no ``pattern`` key means it matches *all* URLs).
1 parent 4372e67 commit d802769
Copy full SHA for d802769

File tree

Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-5
lines changed

‎security.rst

Copy file name to clipboardExpand all lines: security.rst
+2-5Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -575,7 +575,8 @@ Only one firewall is active on each request: Symfony uses the ``pattern`` key
575575
to find the first match (you can also
576576
:doc:`match by host or other things </security/firewall_restriction>`).
577577
Here, all real URLs are handled by the ``main`` firewall (no ``pattern`` key means
578-
it matches *all* URLs).
578+
it matches *all* URLs). A firewall can have many modes of authentication,
579+
in other words, it enables many ways to ask the question "Who are you?".
579580

580581
The ``dev`` firewall is really a fake firewall: it makes sure that you
581582
don't accidentally block Symfony's dev tools - which live under URLs like
@@ -630,10 +631,6 @@ don't accidentally block Symfony's dev tools - which live under URLs like
630631

631632
The feature to use an array of regex was introduced in Symfony 6.4.
632633

633-
All *real* URLs are handled by the ``main`` firewall (no ``pattern`` key means
634-
it matches *all* URLs). A firewall can have many modes of authentication,
635-
in other words, it enables many ways to ask the question "Who are you?".
636-
637634
Often, the user is unknown (i.e. not logged in) when they first visit your
638635
website. If you visit your homepage right now, you *will* have access and
639636
you'll see that you're visiting a page behind the firewall in the toolbar:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.