Improve Reference documentation @PathVariable, @RequestHeader & @RequestParam using Map<String, String> [SPR-12347] #16952
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: documentation
A documentation task
type: enhancement
A general enhancement
Milestone
Manuel Jordan opened SPR-12347 and commented
Summary: I have checked the Spring Framework Reference Documentation and there is no an example about
@PathVariable
working together with Map<String, String>Perhaps same situation for
@RequestHeader
,@RequestParam
tooAffects: 4.0.7, 4.1.1
Issue Links:
@PathVariable
's javadoc wrongly states it supports MultiValueMaps@PathVariable
to have default value on@ModelAttribute
methodsReferenced from: commits df09023
The text was updated successfully, but these errors were encountered: