Skip to content

DefaultResponseErrorHandler should have its methods protected [SPR-15329] #19892

@spring-projects-issues

Description

@spring-projects-issues

Dmitry Katsubo opened SPR-15329 and commented

Apparently I would like to extend org.springframework.web.client.DefaultResponseErrorHandler and override its handleError() method. However I need access to getHttpStatusCode(), getResponseBody() and getCharset() methods. Please change the signature from private to protected.


Affects: 4.2.6

Issue Links:

Referenced from: commits ab7db41, e9ff3bb

Metadata

Metadata

Assignees

Labels

in: webIssues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancement

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions