Prechádzať zdrojové kódy

[Security/Http] removed irrelevant code

Johannes M. Schmitt 14 rokov pred
rodič
commit
672cf78816

+ 0 - 2
src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php

@@ -140,8 +140,6 @@ class ExceptionListener
 
     private function startAuthentication(Request $request, AuthenticationException $authException)
     {
-        $this->context->setToken(null);
-
         if (null === $this->authenticationEntryPoint) {
             throw $authException;
         }