This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a change to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from c4785d2e1d Fix automatic pong close race (#1041)
new 9968ee3e34 Use LRU order for persistent session swaps (#1045)
new 5f24c07d75 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]