|
@ -25,7 +25,6 @@ public class SessionOutTimeFilter extends OncePerRequestFilter {
|
|
if (path.indexOf("/login") != -1
|
|
if (path.indexOf("/login") != -1
|
|
|| path.indexOf("/system/loginAction") != -1
|
|
|| path.indexOf("/system/loginAction") != -1
|
|
|| path.indexOf("/error") != -1
|
|
|| path.indexOf("/error") != -1
|
|
|| path.indexOf("/monitor") != -1
|
|
|
|
|| path.indexOf("/test.jsp") != -1
|
|
|| path.indexOf("/test.jsp") != -1
|
|
|| path.indexOf("/logoutAction") != -1
|
|
|| path.indexOf("/logoutAction") != -1
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/static-dev") != -1
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/static-dev") != -1
|
|
@ -34,8 +33,6 @@ public class SessionOutTimeFilter extends OncePerRequestFilter {
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/process") != -1
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/process") != -1
|
|
|| path.indexOf("swagger") != -1
|
|
|| path.indexOf("swagger") != -1
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/v2/api-docs") != -1
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/v2/api-docs") != -1
|
|
|| path.indexOf("/tenant/down") != -1
|
|
|
|
|| path.indexOf("/tenant/upload") != -1
|
|
|
|
|| path.indexOf("/tenant/delFile") != -1
|
|
|| path.indexOf("/tenant/delFile") != -1
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/mobile") != -1) {
|
|
|| path.indexOf(httpServletRequest.getContextPath() + "/mobile") != -1) {
|
|
filterChain.doFilter(httpServletRequest, httpServletResponse);
|
|
filterChain.doFilter(httpServletRequest, httpServletResponse);
|