This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 93a8796c0f Initialize Random during server initialization new 19f04cba5c Add a test case for BZ 66508 new 87f2943ba6 Further fix for BZ 66508 The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../tomcat/websocket/WsRemoteEndpointImplBase.java | 28 ++- .../websocket/WsRemoteEndpointImplClient.java | 9 + java/org/apache/tomcat/websocket/WsSession.java | 12 +- .../websocket/server/WsHttpUpgradeHandler.java | 3 +- .../server/WsRemoteEndpointImplServer.java | 83 +++++++- .../TestWsRemoteEndpointImplServerDeadlock.java | 227 +++++++++++++++++++++ 6 files changed, 353 insertions(+), 9 deletions(-) create mode 100644 test/org/apache/tomcat/websocket/server/TestWsRemoteEndpointImplServerDeadlock.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org