|
@@ -113,7 +113,6 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
.antMatchers("/*/api-docs").anonymous()
|
|
.antMatchers("/*/api-docs").anonymous()
|
|
.antMatchers("/druid/**").anonymous()
|
|
.antMatchers("/druid/**").anonymous()
|
|
.antMatchers("/wcs/**").anonymous()
|
|
.antMatchers("/wcs/**").anonymous()
|
|
- .antMatchers("/pda/qc/**").anonymous()
|
|
|
|
|
|
|
|
.antMatchers("/api/wcstask/**").permitAll()
|
|
.antMatchers("/api/wcstask/**").permitAll()
|
|
.antMatchers("/test/**").permitAll()
|
|
.antMatchers("/test/**").permitAll()
|