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...