Files
spring-data-rest/spring-data-rest-webmvc
Oliver Gierke 1e0e3f0ad4 DATAREST-381 - Improved HandlerMapping infrastructure to make sure controllers consider base URI.
Removed class-level @RequestMapping annotations as the controllers get picked up by standard Spring MVC and are exposed via the root even if a base URI is configured. Created custom @BaseUriAwareController and use that in AlpsController to make sure it doesn't get picked up by Spring MVC.
2014-09-05 15:44:47 +02:00
..