This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.1.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push: new d9991594e4 Functionality required for test to work d9991594e4 is described below commit d9991594e4e8aefc0b3a58331967177797132951 Author: Mark Thomas <ma...@apache.org> AuthorDate: Tue Aug 26 10:23:59 2025 +0100 Functionality required for test to work --- test/org/apache/catalina/session/TesterManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/catalina/session/TesterManager.java b/test/org/apache/catalina/session/TesterManager.java index 479a4f100c..b715560432 100644 --- a/test/org/apache/catalina/session/TesterManager.java +++ b/test/org/apache/catalina/session/TesterManager.java @@ -125,7 +125,7 @@ public class TesterManager implements Manager { @Override public Session createEmptySession() { - return null; + return new StandardSession(this); } @Override --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org