Skip to content

HttpInvokerClientInterceptor should not wrap client-side Error as RemoteAccessException [SPR-14985] #19551

@spring-projects-issues

Description

@spring-projects-issues

Michael Krüske opened SPR-14985 and commented

When doing a remote call via HttpInvoker an OutOfMemoryError occured in our client application. However this OutOfMemoryError got wrapped as RemoteAccessException which is quite confusing.

HttpInvokerClientInterceptor#convertHttpInvokerAccessException should not wrap java.lang.Error, but just throw them as-is.


Affects: 3.2.17, 4.3.4

Issue Links:

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