Closed as not planned
Closed as not planned
Description
Change introduced in spring 6.2.0 changes the behavior of DefaultResponseErrorHandler
.
Until now
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.