spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Apache HttpClient API changes breaks redirect handling in RestTemplate for metadata retrieval
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