Closed
Description
The Method Arguments documentation for WebFlux currently states that WebFlux controller methods can accept arguments of type Map
, Model
, or ModelMap
to access the model.
However, ModelMap
is actually not supported and results in exception due to a type mismatch.
We should therefore update the documentation to reflect this.