This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 9aedadc2ab Avoid useless add operation
new 60594b4708 Rename prior to extending with additional tests
new 0052b37468 Refactor WebSocket close for suspend/resume
new f93d11b186 Rename in preparation for adding server session expiration
test
new ca1c4309ef 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]