Skip to content

Spring MVC auto-configuration should register HttpPutFormContentFilter by default #3643

@odrotbohm

Description

@odrotbohm

WebMvcAutoConfiguration registers a HiddenHttpMethodFilter to be able to use all HTTP methods from HTML forms. However, for PUT requests for forms to work properly, HttpPutFormContentFilter is needed, too. Currently, it needs to be registered manually (see the Spring reference documentation for details).

Metadata

Metadata

Assignees

Labels

type: blockerAn issue that is blocking us from releasingtype: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions