DefaultResponseErrorHandler should have its methods protected [SPR-15329] #19892
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Dmitry Katsubo opened SPR-15329 and commented
Apparently I would like to extend
org.springframework.web.client.DefaultResponseErrorHandler
and override itshandleError()
method. However I need access togetHttpStatusCode()
,getResponseBody()
andgetCharset()
methods. Please change the signature fromprivate
toprotected
.Affects: 4.2.6
Issue Links:
Referenced from: commits ab7db41, e9ff3bb
The text was updated successfully, but these errors were encountered: