From bc379909642b67abb828b79fe2652cdf690d72b7 Mon Sep 17 00:00:00 2001 From: makmaoui <37940572+makmaoui@users.noreply.github.com> Date: Sun, 20 Jan 2019 10:00:43 +0100 Subject: [PATCH] Clarify a sentence On the front view there is not difference between the two listeners (http-kernel and security) --- components/http_kernel.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/http_kernel.rst b/components/http_kernel.rst index 7c6a4bd774f..9a309609019 100644 --- a/components/http_kernel.rst +++ b/components/http_kernel.rst @@ -581,7 +581,7 @@ below for more details). **ExceptionListener in Security** The other important listener is the - :class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener`. + :class:`Symfony\\Component\\Security\\Http\\Firewall\\ExceptionListener` comes from the Security component. The goal of this listener is to handle security exceptions and, when appropriate, *help* the user to authenticate (e.g. redirect to the login page).