Loading apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/AbstractMethodInterceptor.java +2 −2 Original line number Diff line number Diff line Loading @@ -84,9 +84,9 @@ public abstract class AbstractMethodInterceptor implements InstanceMethodsAround if (requestURL == null) { requestURL = getRequestURL(method); pathMappingCache.addPathMapping(method, requestURL); requestURL = getAcceptedMethodTypes(method) + pathMappingCache.findPathMapping(method); requestURL = pathMappingCache.findPathMapping(method); } operationName = requestURL; operationName = getAcceptedMethodTypes(method) + requestURL; } HttpServletRequest request = (HttpServletRequest) ContextManager.getRuntimeContext() Loading Loading
apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-commons/src/main/java/org/apache/skywalking/apm/plugin/spring/mvc/commons/interceptor/AbstractMethodInterceptor.java +2 −2 Original line number Diff line number Diff line Loading @@ -84,9 +84,9 @@ public abstract class AbstractMethodInterceptor implements InstanceMethodsAround if (requestURL == null) { requestURL = getRequestURL(method); pathMappingCache.addPathMapping(method, requestURL); requestURL = getAcceptedMethodTypes(method) + pathMappingCache.findPathMapping(method); requestURL = pathMappingCache.findPathMapping(method); } operationName = requestURL; operationName = getAcceptedMethodTypes(method) + requestURL; } HttpServletRequest request = (HttpServletRequest) ContextManager.getRuntimeContext() Loading