whfjam commented on issue #5291: URL: https://github.com/apache/skywalking/issues/5291#issuecomment-672001820
> > > I think #5084 has fixed this. in #5084 it changed the code in the class AbstractMethodInterceptor use “getAcceptedMethodTypes(method)” but the method “getAcceptedMethodTypes” is a abstract one ,the implements are RequestMappingMethodInterceptor.getAcceptedMethodTypes and RestMappingMethodInterceptor.getAcceptedMethodTypes,then the RequestMappingMethodInterceptor.getAcceptedMethodTypes has handle the case but the RestMappingMethodInterceptor.getAcceptedMethodTypes just return a empty string, did i miss something.. ---------------------------------------------------------------- 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]
