using resource with path in Context

pull/197/head
fangjian0423 6 years ago
parent 46e4d71b22
commit 179a517e2d

@ -69,7 +69,7 @@ public class SentinelProtectInterceptor implements ClientHttpRequestInterceptor
Entry hostEntry = null, hostWithPathEntry = null;
ClientHttpResponse response;
try {
ContextUtil.enter(hostResource);
ContextUtil.enter(hostWithPathResource);
if (entryWithPath) {
hostWithPathEntry = SphU.entry(hostWithPathResource);
}

Loading…
Cancel
Save