zhuo
2024-02-28 3c14a457e6e36def83bfb71d2c20be2b054446de
framework/src/main/java/com/yuanchu/mom/config/FiferConfig.java
@@ -33,9 +33,13 @@
            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);
@@ -96,6 +100,7 @@
        list.add("/user/enter");
        list.add("/user/refresh");
        list.add("/outPath/**");
        this.list = list;
    }