Rossen Stoyanchev opened SPR-15640 and commented Status Quo By default Spring MVC decodes the path before using it for request mapping purposes. In turn that means @RequestMapping patterns can be ...
Normally, the code above would not work in Spring MVC because there's a duplicate mapping. Using this project, Spring MVC will route a request for "/" to authenticatedHomePage() if the user is ...