summaryrefslogtreecommitdiffstats
path: root/Http/Authentication/DefaultAuthenticationFailureHandler.php
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of deprecated HttpKernel LoggerInterfaceJordi Boggiano2013-01-091-1/+1
|
* Added failure_path_parameter to mirror target_path_parameterLeevi Graham2012-12-061-3/+8
|
* [Security] Add note to CHANGELOG about refactored authentication ↵Alexander2012-07-081-23/+10
| | | | failure/success handling [Security] Various CS + doc fixes [Security] Exception when authentication failure/success handlers do not return a response [Security] Add authors + fix docblock
* [Security] Move default authentication failure handling strategy to seperate ↵Alexander2012-07-081-0/+100
class [Security] Update configuration for changes regarding default failure handler [Security] Fixes + add AbstractFactory test for failure handler