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
Fabien Potencier 6c1625263e bug #25657 [Security] Fix fatal error on non string username (chalasr)
This PR was merged into the 2.7 branch.

Discussion
----------

[Security] Fix fatal error on non string username

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | https://github.com/symfony/symfony/issues/25612
| License       | MIT
| Doc PR        | n/a

That's consistent with what #22569 did for the `json_login` listener.

Commits
-------

8f095683d0 [Security] Fix fatal error on non string username
2018-01-16 08:11:36 +01:00
..
Authentication [Security] Fix exception when use_referer option is true and referer is not set or empty 2017-09-07 07:52:52 -07:00
EntryPoint Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
Firewall bug #25657 [Security] Fix fatal error on non string username (chalasr) 2018-01-16 08:11:36 +01:00
Logout Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
RememberMe [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
Session Using FQ name for PHP_VERSION_ID 2017-06-01 13:44:56 -07:00
AccessMapTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
FirewallMapTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
FirewallTest.php Update to PHPUnit namespaces 2017-02-18 08:02:39 -08:00
HttpUtilsTest.php [Security] Validate redirect targets using the session cookie domain 2017-11-06 18:06:45 +01:00