Skip to content

Commit d4efb01

Browse files
Merge branch '6.0' into 6.1
* 6.0: [Console] Fixes "Incorrectly nested style tag found" error when using multi-line header content Fix LDAP connection options fix probably undefined variable $expireAt Fix aliases handling in command name completion Fix division by zero Allow ErrorHandler ^5.0 to be used in HttpKernel [Security/Http] Ignore invalid URLs found in failure/success paths Fix typo
2 parents eb7f1a0 + 1dbdf94 commit d4efb01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/security_listeners.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@
102102
->args([
103103
service('security.http_utils'),
104104
[], // Options
105+
service('logger')->nullOnInvalid(),
105106
])
106107

107108
->set('security.authentication.custom_failure_handler', CustomAuthenticationFailureHandler::class)

0 commit comments

Comments
 (0)