Loading apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-4.x-plugin/src/main/java/org/skywalking/apm/plugin/spring/mvc/ControllerServiceMethodInterceptor.java +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ public class ControllerServiceMethodInterceptor implements InstanceMethodsAround requestURL = ""; } pathMappingCache.addPathMapping(method, requestURL); requestURL = pathMappingCache.findPathMapping(method); } HttpServletRequest request = ((ServletRequestAttributes)RequestContextHolder.getRequestAttributes()).getRequest(); Loading Loading
apm-sniffer/apm-sdk-plugin/spring-plugins/mvc-annotation-4.x-plugin/src/main/java/org/skywalking/apm/plugin/spring/mvc/ControllerServiceMethodInterceptor.java +1 −0 Original line number Diff line number Diff line Loading @@ -36,6 +36,7 @@ public class ControllerServiceMethodInterceptor implements InstanceMethodsAround requestURL = ""; } pathMappingCache.addPathMapping(method, requestURL); requestURL = pathMappingCache.findPathMapping(method); } HttpServletRequest request = ((ServletRequestAttributes)RequestContextHolder.getRequestAttributes()).getRequest(); Loading