spring-cloud/spring-cloud-dataflow

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

Closed this issue · 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