We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 704e75f commit c7cc41dCopy full SHA for c7cc41d
src/main/java/eu/openanalytics/containerproxy/security/WebSecurityConfig.java
@@ -140,7 +140,7 @@ protected void configure(HttpSecurity http) throws Exception {
140
.logoutSuccessUrl(auth.getLogoutSuccessURL());
141
142
// Enable basic auth for RESTful calls when APISecurityConfig is not enabled.
143
- http.addFilter(new BasicAuthenticationFilter(authenticationManagerBean()));
+ http.addFilter(new BasicAuthenticationFilter(super.authenticationManagerBean()));
144
}
145
146
0 commit comments