Преглед изворни кода

[Security/Http] removed irrelevant code

Johannes M. Schmitt пре 14 година
родитељ
комит
672cf78816
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php

+ 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;
         }