Files
spring-cloud-commons/spring-cloud-loadbalancer
sabyasachi de32d2b68c Issue-906 Adding support for query param in lb health-check
This PR is to fix issue https://github.com/spring-cloud/spring-cloud-commons/issues/906
where loadbalancer healthcheck has query param and
character "?" was automatically
converted to a URI encoding %3F, causing the request to fail.

What has changed
* Using `UriComponentsBuilder.fromUriString` this method parses the string and handles url
  and query param path.
2021-07-28 11:42:43 +02:00
..