Form Login authenticationFailureHandler is not used in ServerHttpSecurity #7782
Labels
in: config
An issue in spring-security-config
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Summary
Use custom method when login fails, but authenticationFailureHandler method is invalid
Actual Behavior
Use the wrong user in the page at "/login",forward an authentication error page is "login?error".
Expected Behavior
Use the wrong user in the page at "/login",Execute my custom method.
Configuration
Version
5.2.1-RELEASE
Reference
Override authenticationFailureHandler value When build method of ServerHttpSecurity is executed 。
The text was updated successfully, but these errors were encountered: