Add controller mapping relative UriComponentsBuilder [SPR-16910] #21449
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Michael Osipov opened SPR-16910 and commented
Consider the following snippet:
Unfortunately, I have to duplicate
/rest/documents
with theUriComponentsBuilder
. It'd be nice if this components could be controller mapping relative. I'd like to douriBuilder.path("/{id}").buildAndExpand("6667f88a-5783-11e8-857e-001f29e7988e")
only.Affects: 5.0.6
The text was updated successfully, but these errors were encountered: