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 f02fe40 Implement same-site cookie header. Patch provided by John Kelly. new c9eb9e6 Extra fixes for https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 new 10d3269 Refactor to remove use of session#lock and #unlock in the DeltaManager new 6584442 Refactor to create internal lock methods. new 0bbaf88 Fix https://bz.apache.org/bugzilla/show_bug.cgi?id=62841 BackupManager new bd78f15 Ensure DeltaRequest is created with correct recordAllActions value new 529958d Refactor #requestCompleted to re-use DeltaSession#getDiff() The 6 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/ha/session/ClusterManagerBase.java | 9 ++ .../apache/catalina/ha/session/DeltaManager.java | 40 ++---- .../apache/catalina/ha/session/DeltaSession.java | 146 +++++++++++++++------ 3 files changed, 132 insertions(+), 63 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org