| 
					
				 | 
			
			
				@ -21,6 +21,7 @@ public class SessionOutTimeFilter extends OncePerRequestFilter { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				    protected void doFilterInternal(HttpServletRequest httpServletRequest, HttpServletResponse httpServletResponse, FilterChain filterChain) throws ServletException, IOException { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        String path = httpServletRequest.getRequestURI(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        if (path.indexOf("/login") != -1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                || path.indexOf("/yueren") != -1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                || path.indexOf("/out") != -1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                || path.indexOf("/error") != -1 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                || path.indexOf(httpServletRequest.getContextPath() + "/static") != -1 
			 |