李林
2024-01-02 bbd18f555ee3c0ed368b226cde7a3c64db4a4802
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;
    }