if I have a a request mapping similar to the following:
@RequestMapping(value = \"/test\", method = RequestMethod.POST) @ResponseBody public void test(@Reque
This was considered a bug in 2013: https://jira.spring.io/browse/SPR-10180
and was fixed with version 3.2.2. Problem shouldn't occur in any versions after that and your code should work just fine.