darcydai commented on pull request #6783:
URL: https://github.com/apache/skywalking/pull/6783#issuecomment-824954672
I found a new bug when i coding the scenarios for the spring MVC plugin. i
have fixed in last commit
`org.apache.skywalking.apm.plugin.spring.mvc.commons.interceptor.RequestMappingMethodInterceptor#getRequestURL`
1. the annotation RequestMapping with the value[value()] array length equals
zore represent an empty string in spring MVC concept.

2. RequestMapping in spring mvc 3.x and 4.1 has no the path method
[path()], if RequestMapping with with the value[value()] array length equals
zore in spring mvc 3 will case no such method error;


3. because of AliasFor annotation, no need to call path(), I have tested


--
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]