This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 11.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/11.0.x by this push:
new 844d0b3b12 Functionality required for test to work
844d0b3b12 is described below
commit 844d0b3b12c9d05037d628bfecb65da163325aab
Author: Mark Thomas <[email protected]>
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 f26fec377c..507b17dd4f 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: [email protected]
For additional commands, e-mail: [email protected]