summaryrefslogtreecommitdiffstats
path: root/Http
diff options
context:
space:
mode:
authorFabien Potencier <fabien.potencier@gmail.com>2013-10-01 16:17:10 +0200
committerFabien Potencier <fabien.potencier@gmail.com>2013-10-01 16:17:10 +0200
commit45e1ca5d20c2721e3085ff45773559cc45645ce2 (patch)
treeb19d62b68607472f924611febe0377a04b2c4cf9 /Http
parent63b875c4cdd928aa4b0050e0e5fc4e8f64ad56ae (diff)
parent5d889265454c4b094e894a14f0d9b4687fa644e1 (diff)
downloadsymfony-security-45e1ca5d20c2721e3085ff45773559cc45645ce2.zip
symfony-security-45e1ca5d20c2721e3085ff45773559cc45645ce2.tar.gz
symfony-security-45e1ca5d20c2721e3085ff45773559cc45645ce2.tar.bz2
Merge branch '2.3'
* 2.3: Fix: duplicate usage of Symfony\Component\HttpFoundation\Response [Form] add support for Length and Range constraint in order to replace MaxLength, MinLength, Max and Min constraints in next release (2.3) Revert "merged branch Tobion/flattenexception (PR #9111)" [Form] check the required output timezone against the actual timezone of the input datetime object, rather than the expected timezone supplied Conflicts: src/Symfony/Component/HttpKernel/EventListener/ExceptionListener.php
Diffstat (limited to 'Http')
-rw-r--r--Http/Authorization/AccessDeniedHandlerInterface.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/Http/Authorization/AccessDeniedHandlerInterface.php b/Http/Authorization/AccessDeniedHandlerInterface.php
index 262ccc5..a5ea9db 100644
--- a/Http/Authorization/AccessDeniedHandlerInterface.php
+++ b/Http/Authorization/AccessDeniedHandlerInterface.php
@@ -14,7 +14,6 @@ namespace Symfony\Component\Security\Http\Authorization;
use Symfony\Component\HttpFoundation\Request;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\Security\Core\Exception\AccessDeniedException;
-use Symfony\Component\HttpFoundation\Response;
/**
* This is used by the ExceptionListener to translate an AccessDeniedException