-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed as not planned
Closed as not planned
Copy link
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another
Description
Change introduced in spring 6.2.0 changes the behavior of DefaultResponseErrorHandler
.
Until now
Line 161 in 5024bb7
public void handleError(URI url, HttpMethod method, ClientHttpResponse response) throws IOException { |
handleError(ClientHttpResponse response)
method, right now the behavior is broken and the said method is not being called.
In classess derived from the DefaultResponseErrorHandler
when overriding only handleError(ClientHttpResponse response)
, the error handling stops working properly, as now the call to the method is completely ommited.
This happened without any notice in release notes, my custom error handler stopped working, errors were only default processed.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by another