Patch on RestClient on Spring Boot 3.2.1 not working. #32114
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: duplicate
A duplicate of another issue
Uh oh!
There was an error while loading. Please reload this page.
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.web.client.ResourceAccessException: I/O error on PATCH request for "https://example.com": Invalid HTTP method: PATCH] with root cause
restClient.patch() .uri("https://example.com") .retrieve()
The text was updated successfully, but these errors were encountered: