yangys
2024-04-19 0141c3ed55171b22dd998ba037166f67e69c9aa9
smart-core-secure/src/main/java/com/qianwen/core/secure/interceptor/AuthInterceptor.java
@@ -19,7 +19,6 @@
import org.springframework.util.AntPathMatcher;
import org.springframework.web.servlet.handler.HandlerInterceptorAdapter;
/* loaded from: blade-core-secure-9.3.0.0-SNAPSHOT.jar:org/springblade/core/secure/interceptor/AuthInterceptor.class */
public class AuthInterceptor extends HandlerInterceptorAdapter {
    private static final Logger log = LoggerFactory.getLogger(AuthInterceptor.class);
    private static final ExpressionParser EXPRESSION_PARSER = new SpelExpressionParser();