Skip to content

Commit

Permalink
[Security/Http] Ignore invalid URLs found in failure/success paths
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-grekas committed May 11, 2022
1 parent 6549321 commit fe663bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/config/security_listeners.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
<service id="security.authentication.success_handler" class="Symfony\Component\Security\Http\Authentication\DefaultAuthenticationSuccessHandler" abstract="true">
<argument type="service" id="security.http_utils" />
<argument type="collection" /> <!-- Options -->
<argument type="service" id="logger" on-invalid="null" />
</service>

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

0 comments on commit fe663bf

Please sign in to comment.