|
@@ -158,6 +158,7 @@ public class SecurityConfig extends WebSecurityConfigurerAdapter
|
|
|
.antMatchers("/common/question/*").anonymous()
|
|
.antMatchers("/common/question/*").anonymous()
|
|
|
.antMatchers("/common/free/**").anonymous()
|
|
.antMatchers("/common/free/**").anonymous()
|
|
|
.antMatchers("/common/download**").anonymous()
|
|
.antMatchers("/common/download**").anonymous()
|
|
|
|
|
+ .antMatchers("/course/handouts/**").anonymous()
|
|
|
.antMatchers("/common/download/resource**").anonymous()
|
|
.antMatchers("/common/download/resource**").anonymous()
|
|
|
.antMatchers("/common/user/data/download").anonymous()
|
|
.antMatchers("/common/user/data/download").anonymous()
|
|
|
.antMatchers("/grade/grade/listPeriod").anonymous()
|
|
.antMatchers("/grade/grade/listPeriod").anonymous()
|