spring-hateoas icon indicating copy to clipboard operation
spring-hateoas copied to clipboard

Investigate move to DefaultUriBuilderFactory in ControllerLinkBuilder

Open odrotbohm opened this issue 6 years ago • 0 comments
trafficstars

ControllerLinkBuilder is currently using an extension of DefaultUriTemplateHandler to control which parts of a UriComponentsBuilder get encoded on expansion. DUTH has been deprecated since Spring 5.0 in favor of DefaultUriBuilderFactory whose usage pattern seems to differ from DUTH and indicates it might allow us to fundamentally revisit the usage of UriComponents/…Builder in the class hierarchy of LinkBuilderSupport.

We probably need to consult @rstoyanchev on that one.

odrotbohm avatar Feb 19 '19 16:02 odrotbohm