This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a change to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 8865b73f23 Fix automatic pong close race (#1041)
new 4b497247ba Use LRU order for persistent session swaps (#1045)
new 7a2276d972 Fix potential concurrency issues when ordering sessions
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:
.../catalina/manager/HTMLManagerServlet.java | 9 ++--
.../catalina/session/PersistentManagerBase.java | 5 +-
.../apache/catalina/util/SessionComparators.java | 52 +++++++++++++++++++++
.../catalina/session/TestPersistentManager.java | 54 ++++++++++++++++++++++
webapps/docs/changelog.xml | 13 ++++++
5 files changed, 126 insertions(+), 7 deletions(-)
create mode 100644 java/org/apache/catalina/util/SessionComparators.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]