AbstractClientSockJsSession.close call does not propagate IOException from disconnect [SPR-16415] #20961
Labels
in: web
Issues in web modules (web, webmvc, webflux, websocket)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Juergen Hoeller opened SPR-16415 and commented
AbstractClientSockJsSession.close
and in particularAbstractClientSockJsSession.close(CloseReason)
do not propagate anIOException
from the disconnect attempt to the caller, despite the intention in their signature. While internal close attempts need to swallow and log such exceptions, explicit API calls should propagate them as expected.Affects: 4.3.14, 5.0.3
Issue Links:
Backported to: 4.3.15
The text was updated successfully, but these errors were encountered: