-
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)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug
Milestone
Description
Stefan Norberg opened SPR-16409 and commented
SubProtocolWebSocketHandler log level seems off for:
Line 473 in 4b861ae
logger.error("No messages received after " + timeSinceCreated + " ms. " + |
I feel that this log message should be logged on INFO (or possibly WARN) rather than ERROR:
ERROR o.s.w.s.m.SubProtocolWebSocketHandler - No messages received after 102078 ms. Closing WebSocketServerSockJsSession[id=m5sjshh2]
Affects: 4.3.14, 5.0 GA
Reference URL:
Line 473 in 4b861ae
logger.error("No messages received after " + timeSinceCreated + " ms. " + |
Issue Links:
- Deadlock in SubProtocolWebSocketHandler on shutdown with Undertow [SPR-16488] #21031 Deadlock in SubProtocolWebSocketHandler on shutdown with Undertow
- AbstractClientSockJsSession.close call does not propagate IOException from disconnect [SPR-16415] #20961 AbstractClientSockJsSession.close call does not propagate IOException from disconnect
Referenced from: commits 8e2be91, 09cb7f4
Backported to: 4.3.15
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)status: backportedAn issue that has been backported to maintenance branchesAn issue that has been backported to maintenance branchestype: bugA general bugA general bug