HessianException is not converted to RemoteAccessConnection on HTTP 400 [SPR-5897] #10566
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
type: enhancement
A general enhancement
Milestone
Fabian Dankof opened SPR-5897 and commented
HessianException (and subtypes) is not converted to a RemoteAccessConnection if the server responds
with an HTTP 400 error.
In this case, a HessianConnectionException is thrown. It is encapsulated in an InvocationTargetException
but because of missing code, HessianClientInterceptor doesn't handle it and just throws the target exception.
I'd suggest the following:
Affects: 2.5.6
Referenced from: commits 64bf3b7
The text was updated successfully, but these errors were encountered: