File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -1749,14 +1749,10 @@ controller. The following code snippet shows the usage:
1749
1749
1750
1750
[TIP]
1751
1751
====
1752
- <<<<<<< HEAD
1753
1752
Unlike the Servlet API "request parameter" concept that conflates query parameters, form
1754
- =======
1755
- Unlike the Servlet API "request paramater" concept that conflate query parameters, form
1756
- >>>>>>> parent of 7e91733502... Infer HTTP 404 from empty Optional/Publisher types
1757
1753
data, and multiparts into one, in WebFlux each is accessed individually through the
1758
- `ServerWebExchange`. While `@RequestParam` binds to query parameters only, you can
1759
- use data binding to apply query paramerters , form data, and multiparts to a
1754
+ `ServerWebExchange`. While `@RequestParam` binds to query parameters only, you can use
1755
+ data binding to apply query parameters , form data, and multiparts to a
1760
1756
<<webflux-ann-modelattrib-method-args,command object>>.
1761
1757
====
1762
1758
You can’t perform that action at this time.
0 commit comments