(tomcat) branch 9.0.x updated: Handle case of only one clustering JAR missing rather than both

[email protected]
Newsgroups gmane.comp.jakarta.tomcat.devel
Message-ID <178635550742.1914737.17417383921489536537@gitbox3-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

markt-asf 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 9ef95a8c43 Handle case of only one clustering JAR missing rather than both
9ef95a8c43 is described below

commit 9ef95a8c433ffee69f1266e461f7fc091bf6a9a0
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Aug 10 10:51:12 2026 +0100

    Handle case of only one clustering JAR missing rather than both
---
 webapps/manager/WEB-INF/jsp/sessionsList.jsp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/webapps/manager/WEB-INF/jsp/sessionsList.jsp b/webapps/manager/WEB-INF/jsp/sessionsList.jsp
index 8742115d71..75a0ab7661 100644
--- a/webapps/manager/WEB-INF/jsp/sessionsList.jsp
+++ b/webapps/manager/WEB-INF/jsp/sessionsList.jsp
@@ -36,8 +36,8 @@ static {
     try {
         clazz = Class.forName("org.apache.catalina.ha.session.DeltaSession");
         method = clazz.getMethod("isPrimarySession");
-    } catch (ClassNotFoundException e) {
-        // Expected when clustering JARs are not present
+    } catch (ClassNotFoundException | NoClassDefFoundError e) {
+        // Expected when either or both clustering JARs are not present
     } catch (NoSuchMethodException e) {
         // Should not happen if the class is available
     }
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.