Skip to content

Commit 6ec147e

Browse files
Merge branch '6.4' into 7.4
* 6.4: update from Postgres 10 to 16 [SecurityBundle] Fix state leak in LogoutUrlGenerator in async environments [Form][Validator] Review Hungarian translations [Serializer] Fix denormalization of already-instantiated nested objects
2 parents 89aad76 + c74078b commit 6ec147e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Resources/config/security.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,7 @@
240240
service('router')->nullOnInvalid(),
241241
service('security.token_storage')->nullOnInvalid(),
242242
])
243+
->tag('kernel.reset', ['method' => 'reset', 'on_invalid' => 'ignore'])
243244

244245
->set('security.route_loader.logout', LogoutRouteLoader::class)
245246
->args([

0 commit comments

Comments
 (0)