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 5b6fe1505c Update Tomcat Native to 1.3.x
new 23b88103e5 Rename prior to extending with additional tests
new 52d6650e06 Refactor WebSocket close for suspend/resume
new b42d224ca2 Rename in preparation for adding server session expiration
test
new cffbd7fc16 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} (75%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]