Skip to content

Commit fe663bf

Browse files
[Security/Http] Ignore invalid URLs found in failure/success paths
1 parent 6549321 commit fe663bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Resources/config/security_listeners.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@
8888
<service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
8989
<argument type="service" id="security.http_utils" />
9090
<argument type="collection" /> <!-- Options -->
91+
<argument type="service" id="logger" on-invalid="null" />
9192
</service>
9293

9394
<service id="security.authentication.custom_failure_handler" class="Symfony\Component\Security\Http\Authentication\CustomAuthenticationFailureHandler" abstract="true">

0 commit comments

Comments
 (0)