In 3.2, placeholders are supported in @RequestMapping parameters, according to the docs. However, I can't get it to work.

I've created a test that shows that the embedded StringValueResolver in RequestMappingHandlerMapping isn't being called when the @RequestMapping annotations are being processed. The test app is available here:

https://github.com/dereklindner/spri...t-mapping-test

Has anyone else gotten this to work?


Derek