This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Security/Http/Tests/EntryPoint
James Halsall cc0ef282cd
[HttpKernel] Deprecate X-Status-Code for better alternative
This marks the X-Status-Code header method of setting a custom response
status code in exception listeners as deprecated. Instead there is now
a new method on the GetResponseForExceptionEvent that allows successful
status codes in the response sent to the client.
2017-02-23 21:30:09 +00:00
..
BasicAuthenticationEntryPointTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
DigestAuthenticationEntryPointTest.php Merge branch '2.7' into 2.8 2017-02-18 18:06:33 +01:00
FormAuthenticationEntryPointTest.php [HttpKernel] Deprecate X-Status-Code for better alternative 2017-02-23 21:30:09 +00:00
RetryAuthenticationEntryPointTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00