|
|
@@ -46,7 +46,9 @@ public class SessionUtil { |
|
|
|
//不算用户交互操作的url,用于管理session失效 |
|
|
|
public static List<String> notInterActiveUrl = new ArrayList<>(); |
|
|
|
static { |
|
|
|
notLoginUrl.add("/db/*.do"); |
|
|
|
notLoginUrl.add("/api/getVerifyCode"); |
|
|
|
notLoginUrl.add("/api/bpm/auth/login"); |
|
|
|
notLoginUrl.add("/fs/static/*"); |
|
|
|
notLoginUrl.add("/custdb/*.do"); |
|
|
|
notLoginUrl.add("/attach/upload.do"); |
|
|
|
notLoginUrl.add("/attach/download.do"); |
|
|
|