Extend Multiple @PathVariable Selection to allow delimeters other than / [SPR-5630] #10301
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Scott Murphy opened SPR-5630 and commented
Currently this is not possible:
@RequestMapping
("{param1}-{param2}-{param3}")but this is:
@RequestMapping
("{param1}/{param2}/{param3}")Please provide a mechanism for doing the preceding because for SEO purposes the more /'s in your URL, the more your ranking is punished.
Considering a parameter could contain a -, providing a regular expression for parameter selection could be more powerful then just specifying a delimiter.
Affects: 3.0 M2
Issue Links:
The text was updated successfully, but these errors were encountered: