Commit 01ecb07a2fac4ed96a318280bca88f3b9689500c
Merge branch 'wvp-28181-record' into feature/record
Showing
2 changed files
with
0 additions
and
1 deletions
src/main/java/com/genersoft/iot/vmp/conf/security/WebSecurityConfig.java
| ... | ... | @@ -75,7 +75,6 @@ public class WebSecurityConfig extends WebSecurityConfigurerAdapter { |
| 75 | 75 | matchers.add("/js/**"); |
| 76 | 76 | matchers.add("/api/device/query/snap/**"); |
| 77 | 77 | matchers.add("/record_proxy/*/**"); |
| 78 | - matchers.addAll(userSetting.getInterfaceAuthenticationExcludes()); | |
| 79 | 78 | // 可以直接访问的静态数据 |
| 80 | 79 | web.ignoring().antMatchers(matchers.toArray(new String[0])); |
| 81 | 80 | } | ... | ... |
src/main/resources/logback-spring-local.xml renamed to src/main/resources/logback-spring.xml