You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not work, as AbstractAuthenticationFailureEvent is abstract, and attempting to call its constructor throws an InstantiationException, which is silently ignored.
To Reproduce
Follow the directions given in the documentation.
Expected behavior
All authentication exceptions are resolved to a failure event, even if not individually registered.
The text was updated successfully, but these errors were encountered:
Describe the bug
https://docs.spring.io/spring-security/reference/6.4/servlet/authentication/events.html has the following example:
This does not work, as
AbstractAuthenticationFailureEvent
isabstract
, and attempting to call its constructor throws anInstantiationException
, which is silently ignored.To Reproduce
Follow the directions given in the documentation.
Expected behavior
All authentication exceptions are resolved to a failure event, even if not individually registered.
The text was updated successfully, but these errors were encountered: