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