spring-framework/spring-webmvc/src
james e41877d64e SPR-13033: Use @RequestMapping of correct class
MvcUriComponentsBuilder::fromMethodCall creates wrong URLs with derived
controller classes. The @RequestMapping of the declaring class of the
method that is called is used instead of the @RequstMapping of the
given controller class.

https://jira.spring.io/browse/SPR-13033
2015-05-18 14:12:31 -04:00
..
main SPR-13033: Use @RequestMapping of correct class 2015-05-18 14:12:31 -04:00
test SPR-13033: Use @RequestMapping of correct class 2015-05-18 14:12:31 -04:00