WebFlux documentation states incorrectly that BindingResult is supported after @RequestBody #22997
Labels
status: backported
An issue that has been backported to maintenance branches
type: documentation
A documentation task
Milestone
According to Webflux documentation:
https://github.com/spring-projects/spring-framework/blob/master/src/docs/asciidoc/web/webflux.adoc
The following example uses a
BindingResult
argument:This part throws an following exception :
Sample code :
https://github.com/flezsoftware/requestbody-bindingresult
Suggested changes to documentation :
https://github.com/spring-projects/spring-framework/pull/22993/files
and comment by @rstoyanchev #22993 (comment)
The text was updated successfully, but these errors were encountered: