| | |
| | | response.setStatus(HttpServletResponse.SC_OK); |
| | | return true; |
| | | } |
| | | HandlerMethod h = (HandlerMethod)handler; |
| | | ValueAuth annotation = h.getMethodAnnotation(ValueAuth.class); |
| | | if(annotation!=null){ |
| | | try { |
| | | HandlerMethod h = (HandlerMethod)handler; |
| | | ValueAuth annotation = h.getMethodAnnotation(ValueAuth.class); |
| | | if(annotation!=null){ |
| | | return true; |
| | | } |
| | | }catch (Exception e){ |
| | | return true; |
| | | } |
| | | String[] strs = request.getRequestURL().toString().split(serverPort); |
| | |
| | | |
| | | list.add("/user/enter"); |
| | | list.add("/user/refresh"); |
| | | list.add("/outPath/**"); |
| | | this.list = list; |
| | | } |
| | | |