Spring @RequestMapping and trailing slash problem
- by Eqbal
I am trying to map a method in a Controller using the annotation with URI template:
@RequestMapping(value="/select/{customerNumber}/{resource}", method=RequestMethod.GET)
It appears that this does not get mapped if there is a trailing slash at the end of "resource".