mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This commit adapts TestRestTemplate#getRootUri to the recently introduced LocalTestWebServer. The behavior invokes the UriTemplateHandler to provide the value. If the implementation expands full URL, then it will provide the expected behavior. If not, it should return the empty string as before. Closes gh-48330