Showing
1 changed file
with
1 additions
and
1 deletions
@@ -165,7 +165,7 @@ public class SecurityInterceptor implements HandlerInterceptor { | @@ -165,7 +165,7 @@ public class SecurityInterceptor implements HandlerInterceptor { | ||
165 | final String requestUri = request.getRequestURI(); | 165 | final String requestUri = request.getRequestURI(); |
166 | for (String excludeUri : excludeUrls) { | 166 | for (String excludeUri : excludeUrls) { |
167 | if (requestUri.equals(excludeUri) || requestUri.endsWith(excludeUri)) { | 167 | if (requestUri.equals(excludeUri) || requestUri.endsWith(excludeUri)) { |
168 | - logger.info("excludeUri uri: {} for client-security check success.", requestUri); | 168 | +// logger.info("excludeUri uri: {} for client-security check success.", requestUri); |
169 | return true; | 169 | return true; |
170 | } | 170 | } |
171 | } | 171 | } |
-
Please register or login to post a comment