JoshShaw opened a new issue #2975: SpringMVC plugin not support servlet-api-2.5 URL: https://github.com/apache/skywalking/issues/2975 Please answer these questions before submitting your issue. - Why do you submit this issue? - [ ] Question or discussion - [x] Bug - [ ] Requirement - [ ] Feature or performance improvement ___ ### Bug - SkyWalking 6.1.0 - OS CentOS - JRE 1.8 - What happen? A springMVC webapp project is running with a Web Container. In my case, it is running with Weblogic11g which implement servlet-api-2.5. I had review the source code of springmvc plugin and found out it is implement base on servlet-api-3.0.1. Therefore, when `org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.AbstractMethodInterceptor.afterMethod ` calls `HttpServletResponse.getStatus()`, it will throw NoSuchMethodException.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
