-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
Currently an @RequestMapping
without a version matches any version regardless of whether it is even supported. While it is the idea to match to any version, we should still make sure the version is valid. Otherwise, the behavior is inconsistent between a URL with an unversioned controller method only, and another with versioned controller methods.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement