Spring5.1以后提供的一個過濾器。將PUT、PATCH、DELETE請求體解析為Servlet請求參數。如果不在web.xml中配置這個過濾器,只有POST請求體可以解析。
Filter that parses form data for HTTP PUT, PATCH, and DELETE requests and exposes it as Servlet request parameters.
By default the Servlet spec only requires this for HTTP POST.
