Skip to content

Commit d29202f

Browse files
committed
minor #10913 Clarify a sentence (makmaoui)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #10913). Discussion ---------- Clarify a sentence On the front view there is not difference between the two listeners (http-kernel and security) <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- f84a295 Clarify a sentence
2 parents 3dff967 + f84a295 commit d29202f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_kernel.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ below for more details).
599599
**ExceptionListener in Security**
600600

601601
The other important listener is the
602-
:class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener`.
602+
:class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener` comes from the Security component.
603603
The goal of this listener is to handle security exceptions and, when
604604
appropriate, *help* the user to authenticate (e.g. redirect to the login
605605
page).

0 commit comments

Comments
 (0)