diff options
author | Fabien Potencier <fabien@ykkd010511.sensio.local> | 2011-03-21 16:57:34 +0100 |
---|---|---|
committer | Fabien Potencier <fabien@ykkd010511.sensio.local> | 2011-03-21 16:57:34 +0100 |
commit | ec9d1f393820c11eec9b12c47f5a96e3ef6e9da5 (patch) | |
tree | f8231d24df0daa2967700b63bdc3a55c03787cca /Http | |
parent | c930336cda4588dfe46dabbf18a326f1f1eb4ff0 (diff) | |
parent | 9deee60c4c6d522222614a460a39184b781a250d (diff) | |
download | symfony-security-ec9d1f393820c11eec9b12c47f5a96e3ef6e9da5.zip symfony-security-ec9d1f393820c11eec9b12c47f5a96e3ef6e9da5.tar.gz symfony-security-ec9d1f393820c11eec9b12c47f5a96e3ef6e9da5.tar.bz2 |
Merge remote branch 'mvrhov/variousFixes'
Diffstat (limited to 'Http')
-rw-r--r-- | Http/Authorization/AccessDeniedHandlerInterface.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Http/Authorization/AccessDeniedHandlerInterface.php b/Http/Authorization/AccessDeniedHandlerInterface.php index 40576a6..42ac266 100644 --- a/Http/Authorization/AccessDeniedHandlerInterface.php +++ b/Http/Authorization/AccessDeniedHandlerInterface.php @@ -3,9 +3,7 @@ namespace Symfony\Component\Security\Http\Authorization; use Symfony\Component\HttpFoundation\Request; -use Symfony\Component\HttpKernel\Event\ExceptionEvent; use Symfony\Component\Security\Core\Exception\AccessDeniedException; -use Symfony\Component\HttpKernel\Event\GetResponseForExceptionEvent; /** * This is used by the ExceptionListener to translate an AccessDeniedException |