-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
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
Spring security auto-configuration no longer customizable #7
Comments
Inherit @Override
protected void configure(HttpSecurity http) throws Exception {
http.httpBasic().disable()
} |
Hello, Login : Admin password Click "Authorize" 2017-11-16 18:51:30.834 ERROR 23314 --- [nio-8080-exec-7] o.s.boot.web.support.ErrorPageFilter : Forwarding to error page from request [/] due to exception [403 null] org.springframework.web.client.HttpClientErrorException: 403 null |
@aillamsun you're using Spring Boot 1.5 which means you probably need to set |
Hello,
thank you for your post.
Unfortunately, Spring security auto-configuration is no longer customizable (security.basic.enabled is deprecated).
Is there an alternative way to disable Spring security?
Thanks
The text was updated successfully, but these errors were encountered: