This is an automated email from the ASF dual-hosted git repository.
markt pushed a change to branch 8.5.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from a206601da3 Add entry for the debug strings
new 7b8d5cd4dc Rename prior to extending with additional tests
new 3631adb134 Refactor WebSocket close for suspend/resume
new 810af66c15 Rename in preparation for adding server session expiration
test
new 54797e4d34 Add a server equivalent of the session expiration test
new ad1a93f2dc Fix typo
The 5 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:
.../catalina/core/LocalStrings_fr.properties | 2 +-
.../catalina/core/LocalStrings_ja.properties | 2 +-
.../catalina/core/LocalStrings_ko.properties | 2 +-
.../catalina/core/LocalStrings_zh_CN.properties | 2 +-
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 | 121 +++++++++++++++++++--
...cketContainerSessionExpiryContainerClient.java} | 6 +-
...cketContainerSessionExpiryContainerServer.java} | 35 ++++--
webapps/docs/changelog.xml | 5 +
webapps/docs/web-socket-howto.xml | 7 ++
13 files changed, 237 insertions(+), 29 deletions(-)
copy
test/org/apache/tomcat/websocket/{TestWsWebSocketContainerSessionExpiryContainer.java
=> TestWsWebSocketContainerSessionExpiryContainerClient.java} (94%)
rename
test/org/apache/tomcat/websocket/{TestWsWebSocketContainerSessionExpiryContainer.java
=> TestWsWebSocketContainerSessionExpiryContainerServer.java} (73%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]