summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien@ykkd010511.sensio.local>2011-03-21 16:57:34 +0100
committerFabien Potencier <fabien@ykkd010511.sensio.local>2011-03-21 16:57:34 +0100
commitec9d1f393820c11eec9b12c47f5a96e3ef6e9da5 (patch)
treef8231d24df0daa2967700b63bdc3a55c03787cca /Http
parentc930336cda4588dfe46dabbf18a326f1f1eb4ff0 (diff)
parent9deee60c4c6d522222614a460a39184b781a250d (diff)
downloadsymfony-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.php2
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