-
Notifications
You must be signed in to change notification settings - Fork 6.1k
Closed
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Description
Describe the bug
The Spring Security doc, section 10.21 and 12.3.26 references AuthenticationFailureEvent, but it does not exist.
Looks like the class to be injected is AbstractAuthenticationFailureEvent instead.
The side-by-side Kotlin code example uses the correct AbstractAuthenticationFailureEvent class, while the Java version, throughout the doc, references the non-existent AuthenticationFailureEvent several times.
To Reproduce
Go to https://docs.spring.io/spring-security/site/docs/current/reference/html5/#servlet-events
Expected behavior
The doc should mention AbstractAuthenticationFailureEvent instead.
Metadata
Metadata
Assignees
Labels
in: docsAn issue in Documentation or samplesAn issue in Documentation or samplesstatus: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug