When using request mappings at the type-level like /hotels/*, it should be possible to define a controller handler method for the root like /hotels [SPR-4494] #9172
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Keith Donald opened SPR-4494 and commented
Currently, only doing something like
@RequestMapping
("/index") at the method level is supported (requestUri = /hotels/index). I would have thought@RequestMapping
with no value would be the handler for the root, e.g requestUri=/hotels.Affects: 2.5.1
Issue Links:
@RequestMapping
1 votes, 2 watchers
The text was updated successfully, but these errors were encountered: