(tomcat) branch main updated (949b1bcd44 -> 3c4d92d16d)
| Newsgroups | gmane.comp.jakarta.tomcat.devel |
|---|---|
| Message-ID | <178697953761.2586290.8306691355932265622@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 949b1bcd44 Follow-up to 9a59ef2717. Fix concurrency issue.
add 3c4d92d16d Fix a potential concurrency issue when ordering sessions
No new revisions were added by this update.
Summary of changes:
.../catalina/manager/HTMLManagerServlet.java | 9 ++--
.../catalina/session/PersistentManagerBase.java | 13 ++----
.../apache/catalina/session/SortableSession.java | 26 -----------
.../apache/catalina/util/SessionComparators.java | 52 ++++++++++++++++++++++
webapps/docs/changelog.xml | 4 ++
5 files changed, 65 insertions(+), 39 deletions(-)
delete mode 100644 java/org/apache/catalina/session/SortableSession.java
create mode 100644 java/org/apache/catalina/util/SessionComparators.java