Merge pull request #230 from avbentem/patch-1
# By Arjan van Bentem * patch-1: Add HttpPutFormContentFilter note to documentation
This commit is contained in:
@@ -2157,6 +2157,14 @@ public class EditPetForm {
|
||||
available through the
|
||||
<literal>ServletRequest.getParameter*()</literal> family of
|
||||
methods.</para>
|
||||
|
||||
<note>
|
||||
<para>As <classname>HttpPutFormContentFilter</classname> consumes the body of the
|
||||
request, it should not be configured for PUT or PATCH URLs that rely on other
|
||||
converters for <literal>application/x-www-form-urlencoded</literal>. This includes
|
||||
<literal>@RequestBody MultiValueMap<String, String></literal> and
|
||||
<literal>HttpEntity<MultiValueMap<String, String>></literal>.</para>
|
||||
</note>
|
||||
</section>
|
||||
|
||||
<section xml:id="mvc-ann-cookievalue">
|
||||
|
||||
Reference in New Issue
Block a user