darcydai edited a comment on pull request #6783:
URL: https://github.com/apache/skywalking/pull/6783#issuecomment-824954672
I found a new bug when i coding the scenarios test 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
zero represents an empty string in the 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 cause 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]