diff options
author | Johannes M. Schmitt <schmittjoh@gmail.com> | 2011-06-03 14:02:57 +0200 |
---|---|---|
committer | Johannes M. Schmitt <schmittjoh@gmail.com> | 2011-06-03 14:02:57 +0200 |
commit | 135e8126ffe15e4efc73def511e9fdefea69552d (patch) | |
tree | a5bb172e1ccb92afc65d501b97e56a87a1a9a18c | |
parent | b2e8f7b03812902eb6e9306c1c26aff75f6b3a06 (diff) | |
download | symfony-security-135e8126ffe15e4efc73def511e9fdefea69552d.zip symfony-security-135e8126ffe15e4efc73def511e9fdefea69552d.tar.gz symfony-security-135e8126ffe15e4efc73def511e9fdefea69552d.tar.bz2 |
[Security/Http] removed irrelevant code
-rw-r--r-- | Http/Firewall/ExceptionListener.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Firewall/ExceptionListener.php b/Http/Firewall/ExceptionListener.php index b4d2b6f..d58c0c2 100644 --- a/Http/Firewall/ExceptionListener.php +++ b/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; } |