|
@@ -85,8 +85,9 @@ public class ShiroConfig {
|
|
|
filterChainDefinitionMap.put("/sys/user/passwordChange", "anon");
|
|
|
filterChainDefinitionMap.put("/auth/2step-code", "anon");
|
|
|
filterChainDefinitionMap.put("/sys/common/static/**", "anon");
|
|
|
-
|
|
|
-
|
|
|
+ filterChainDefinitionMap.put("/sys/common/view/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/sys/common/download/**", "anon");
|
|
|
+ filterChainDefinitionMap.put("/sys/common/uploadFile/**", "anon");
|
|
|
filterChainDefinitionMap.put("/sys/common/pdf/**", "anon");
|
|
|
filterChainDefinitionMap.put("/generic/**", "anon");
|
|
|
filterChainDefinitionMap.put("/", "anon");
|