소스 검색

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