**[Greg Turnquist](https://jira.spring.io/secure/ViewProfile.jspa?name=gregturn)** opened **[SPR-15206](https://jira.spring.io/browse/SPR-15206?redirect=false)** 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 https://github.com/spring-projects/spring-framework/commit/5488906d0c01ca280cbc44b2fb373cfed10ab76f, https://github.com/spring-projects/spring-framework/commit/e4be7131ca74c23275837684ce63d839469a0dda