spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

Apache HttpClient API changes breaks redirect handling in RestTemplate for metadata retrieval

Open corneil opened this issue 1 year ago • 0 comments

Description: When accessing OCI registries the redirect requires the removal of the Authentication header.

Apache Http Client v5 org.apache.hc.client5.http.protocol.RedirectStrategy now only returns URI and not HttpUriRequest which prevents the modification of HTTP Headers.

** Release ** Spring Framework 6.x

corneil avatar Oct 16 '24 08:10 corneil