Skip to content

Create reactive HiddenHttpMethodFilter to support alternate mappings [SPR-15206] #19770

@spring-projects-issues

Description

@spring-projects-issues

Greg Turnquist opened SPR-15206 and commented

Thymeleaf allows

<form th:method="delete" th:action="@{'/foo'}">
     <input type="submit" value="Delete" />
</form>

in order to embed a hidden "DELETE" verb, which turns an HTML POST into an HTTP DELETE (same for PUT and other HTTP verbs).

We need support for this in Spring WebFlux.


Affects: 5.0 M4

Referenced from: commits 5488906, e4be713

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions