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: