You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/06/09 00:57:48 UTC

[GitHub] candyleer commented on a change in pull request #1325: Fix #1280: Modify tomcat interceptor

candyleer commented on a change in pull request #1325: Fix #1280: Modify tomcat interceptor
URL: https://github.com/apache/incubator-skywalking/pull/1325#discussion_r194208823
 
 

 ##########
 File path: apm-sniffer/apm-sdk-plugin/tomcat-7.x-8.x-plugin/src/main/java/org/apache/skywalking/apm/plugin/tomcat78x/define/TomcatInstrumentation.java
 ##########
 @@ -37,7 +37,7 @@
     /**
      * Enhance class.
      */
-    private static final String ENHANCE_CLASS = "org.apache.catalina.core.StandardWrapperValve";
+    private static final String ENHANCE_CLASS = "org.apache.catalina.core.StandardHostValve";
 
 Review comment:
   `exception` method may not exist in `org.apache.catalina.core.StandardHostValve`

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services