This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 3a9dbd17f5 Avoid useless add operation
new 2070b43e11 Rename prior to extending with additional tests
new b0e3b1bd78 Refactor WebSocket close for suspend/resume
new c4789c84ac Rename in preparation for adding server session expiration
test
new 2339792d48 Add a server equivalent of the session expiration test
The 4 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:
java/org/apache/tomcat/websocket/Constants.java | 6 ++
java/org/apache/tomcat/websocket/WsSession.java | 67 ++++++++++--
.../tomcat/websocket/WsWebSocketContainer.java | 9 +-
.../tomcat/websocket/server/WsServerContainer.java | 2 +-
.../websocket/TestWsSessionSuspendResume.java | 113 +++++++++++++++++++--
...cketContainerSessionExpiryContainerClient.java} | 6 +-
...cketContainerSessionExpiryContainerServer.java} | 30 ++++--
webapps/docs/changelog.xml | 5 +
webapps/docs/web-socket-howto.xml | 7 ++
9 files changed, 220 insertions(+), 25 deletions(-)
copy
test/org/apache/tomcat/websocket/{TestWsWebSocketContainerSessionExpiryContainer.java
=> TestWsWebSocketContainerSessionExpiryContainerClient.java} (94%)
rename
test/org/apache/tomcat/websocket/{TestWsWebSocketContainerSessionExpiryContainer.java
=> TestWsWebSocketContainerSessionExpiryContainerServer.java} (74%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]