The www-authenticate header breaks JettyClientHttpConnector
Environment Spring Boot 3.3.4 Spring Web 6.1.1 Old surroundings where it operated Spring Boot 2.7.18 Spring Web 5.3.31 Context We have migrated from a Spring Boot 2.7.18 environment to Spring Boot 3.3.4 and we have detected that when using a WebClient with a JettyClientHttpConnector with its respective HttpClient, in case the call comes with a […]
How do Blocking Operations in Spring MVC with WebClient work?
I’ve got a problem of understandin within the following scenario, therefore seeking for clarification.