We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
form-login:login-page 返回404
The text was updated successfully, but these errors were encountered:
✨ (security) AuthenticationEntryPoint 不再默认注册,交由业务方自己控制
c9846ff
link gh-318
spring 默认的 formlogin 在使用了自定义的 AuthenticationEntryPoint 后,将不会进行对应拦截器的注册,暂时取消了组件内部默认注册 AuthenticationEntryPoint 的操作,决定权交由业务自由控制。
Sorry, something went wrong.
如果需要同时控制 AuthenticationEntryPoint ,可以复制 DefaultLoginPageConfigurer 并调整判断逻辑,然后自定义一个 SpringSecurityConfigurerCustomizer 注册该 Configurer
No branches or pull requests
form-login:login-page 返回404
The text was updated successfully, but these errors were encountered: