-
Notifications
You must be signed in to change notification settings - Fork 38.6k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement
Milestone
Description
There are cases where you'd like to not do anything special in case of error. Spring Boot already does that for its TestRestTemplate
. ResponseErrorHandler
makes it a tad harder as it has two handleError
methods depending on the level of information available. This changed recently (#28958) which broke them.
Introducing a noop implementation that SB and others can use would be beneficial.
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: enhancementA general enhancementA general enhancement