Skip to content

Commit d25741b

Browse files
Merge branch '4.4' into 5.4
* 4.4: [Console] Fixes "Incorrectly nested style tag found" error when using multi-line header content Fix LDAP connection options [Security/Http] Ignore invalid URLs found in failure/success paths
2 parents 9806c9d + fe663bf commit d25741b

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
@@ -121,6 +121,7 @@
121121
->args([
122122
service('security.http_utils'),
123123
[], // Options
124+
service('logger')->nullOnInvalid(),
124125
])
125126

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

0 commit comments

Comments
 (0)