- Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation task
Milestone
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.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: documentationA documentation taskA documentation task