...
|
...
|
@@ -332,7 +332,7 @@ public class SecurityInterceptor implements HandlerInterceptor, ApplicationEvent |
|
|
private boolean urlContains(String requestUri, List<String> excludeUrls) {
|
|
|
|
|
|
for (String excludeUri : excludeUrls) {
|
|
|
if (requestUri.equals(excludeUri) || requestUri.startsWith(excludeUri) || requestUri.startsWith("/gateway" + excludeUri) || requestUri.endsWith(excludeUri)) {
|
|
|
if (requestUri.equals(excludeUri) || requestUri.startsWith(excludeUri) || requestUri.startsWith("/ufo-gateway" + excludeUri) || requestUri.endsWith(excludeUri)) {
|
|
|
return true;
|
|
|
}
|
|
|
}
|
...
|
...
|
|