This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit de0a8928d66ba8ddf6fab0e9af11e785ce4e41a2 Author: Mark Thomas <[email protected]> AuthorDate: Sun Mar 29 17:35:14 2026 +0100 Fixed version is now known. --- java/org/apache/catalina/realm/JNDIRealm.java | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/java/org/apache/catalina/realm/JNDIRealm.java b/java/org/apache/catalina/realm/JNDIRealm.java index 57b9afa53a..1fa20250c6 100644 --- a/java/org/apache/catalina/realm/JNDIRealm.java +++ b/java/org/apache/catalina/realm/JNDIRealm.java @@ -1133,7 +1133,7 @@ public class JNDIRealm extends RealmBase { try { // https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 // This can move back to open() once it is known that Tomcat must be - // running on a JVM that includes a fix for + // running on Java 27+ that includes a fix for // https://bugs.openjdk.java.net/browse/JDK-8273874 if (!isUseContextClassLoader()) { currentThread = Thread.currentThread(); @@ -1234,7 +1234,7 @@ public class JNDIRealm extends RealmBase { try { // https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 // This can move back to open() once it is known that Tomcat must be - // running on a JVM that includes a fix for + // running on Java 27+ that includes a fix for // https://bugs.openjdk.java.net/browse/JDK-8273874 if (!isUseContextClassLoader()) { currentThread = Thread.currentThread(); @@ -1299,7 +1299,7 @@ public class JNDIRealm extends RealmBase { /* * https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 This method can be removed and the class loader switch moved - * back to open() once it is known that Tomcat must be running on a JVM that includes a fix for + * back to open() once it is known that Tomcat must be running on Java 27+ that includes a fix for * https://bugs.openjdk.java.net/browse/JDK-8273874 */ @Override @@ -1323,7 +1323,7 @@ public class JNDIRealm extends RealmBase { /* * https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 This method can be removed and the class loader switch moved - * back to open() once it is known that Tomcat must be running on a JVM that includes a fix for + * back to open() once it is known that Tomcat must be running on Java 27+ that includes a fix for * https://bugs.openjdk.java.net/browse/JDK-8273874 */ @Override @@ -1348,7 +1348,7 @@ public class JNDIRealm extends RealmBase { /* * https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 This method can be removed and the class loader switch moved - * back to open() once it is known that Tomcat must be running on a JVM that includes a fix for + * back to open() once it is known that Tomcat must be running on Java 27+ that includes a fix for * https://bugs.openjdk.java.net/browse/JDK-8273874 */ @Override @@ -1372,7 +1372,7 @@ public class JNDIRealm extends RealmBase { /* * https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 This method can be removed and the class loader switch moved - * back to open() once it is known that Tomcat must be running on a JVM that includes a fix for + * back to open() once it is known that Tomcat must be running on Java 27+ that includes a fix for * https://bugs.openjdk.java.net/browse/JDK-8273874 */ @Override @@ -1396,7 +1396,7 @@ public class JNDIRealm extends RealmBase { /* * https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 This method can be removed and the class loader switch moved - * back to open() once it is known that Tomcat must be running on a JVM that includes a fix for + * back to open() once it is known that Tomcat must be running on Java 27+ that includes a fix for * https://bugs.openjdk.java.net/browse/JDK-8273874 */ @Override @@ -2712,7 +2712,7 @@ public class JNDIRealm extends RealmBase { try { // https://bz.apache.org/bugzilla/show_bug.cgi?id=65553 // This can move back to open() once it is known that Tomcat must be - // running on a JVM that includes a fix for + // running on Java 27+ that includes a fix for // https://bugs.openjdk.java.net/browse/JDK-8273874 if (!isUseContextClassLoader()) { currentThread = Thread.currentThread(); --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
