Vaadin CustomAuthenticationFailureHandler in Spring context doesn’t work
I have a Spring Boot 3.2.5 and Vaadin 24.3.10 project. I want to handling login erros in the Vaadin-suggested login process. It means I define a class what extend the SimpleUrlAuthenticationFailureHandler
class, and set this class in SecurityConfig.