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 ...
This is a sample web project with a few extended Spring MVC classes demonstrating how to integrate Spring Security's @PreAuthorize annotation into Spring MVC's request routing mechanism: ...