Hi,
It seems HttpMethodFilter in web.xml breaks postForEntity (posting a map of Strings)...
Multiple projects (Roo based) show this and clearly adding/resp. removing the filter shows an empty/resp. filled map as a result.
I've even tried stuff like addingbut without succes.PHP Code:map.add("_method", "post");
And I experience same issue when uncommenting the Roo generated mvc:interceptors
Any thoughts? Jira it?PHP Code:<mvc:interceptors>
<bean class="org.springframework.web.servlet.theme.ThemeChangeInterceptor"/>
<bean class="org.springframework.web.servlet.i18n.LocaleChangeInterceptor" p:paramName="lang"/>
</mvc:interceptors>
Thanks and best wishes,
Jochen


Reply With Quote
