From df8c46e32aeaee81f637c06ffb756cda36431968 Mon Sep 17 00:00:00 2001 From: hongqiaowei Date: Thu, 10 Dec 2020 11:20:18 +0800 Subject: [PATCH] update: upgrade spring ver --- pom.xml | 6 +++--- src/main/java/we/plugin/auth/ServiceConfig.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index c817622..561bca1 100644 --- a/pom.xml +++ b/pom.xml @@ -34,11 +34,11 @@ 1.8 - 5.2.11.RELEASE - Dysprosium-SR14 + 5.2.12.RELEASE + Dysprosium-SR15 5.3.5.RELEASE 0.2.7 - 4.1.54.Final + 4.1.55.Final 4.4.14 2.13.3 diff --git a/src/main/java/we/plugin/auth/ServiceConfig.java b/src/main/java/we/plugin/auth/ServiceConfig.java index 37c51ba..27f22d0 100644 --- a/src/main/java/we/plugin/auth/ServiceConfig.java +++ b/src/main/java/we/plugin/auth/ServiceConfig.java @@ -145,7 +145,7 @@ public class ServiceConfig { Collections.sort(matchPathPatterns, antPathMatcher.getPatternComparator(reqPath)); String bestPattern = matchPathPatterns.get(0); if (log.isDebugEnabled()) { - log.debug("\nreq path: " + reqPath + + log.debug("req path: " + reqPath + "\nmatch patterns: " + matchPathPatterns + "\nbest one: " + bestPattern); }