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 b6bb57f7c0 More general comment suitable for all Tomcat versions
b6bb57f7c0 is described below
commit b6bb57f7c0f8dce21c15705ce0ddbaffa6b64ab8
Author: Mark Thomas <[email protected]>
AuthorDate: Mon Feb 9 14:12:56 2026 +0000
More general comment suitable for all Tomcat versions
---
test/org/apache/tomcat/util/net/ocsp/TestOcspSoftFail.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/org/apache/tomcat/util/net/ocsp/TestOcspSoftFail.java
b/test/org/apache/tomcat/util/net/ocsp/TestOcspSoftFail.java
index f602bd7a17..699a808ddd 100644
--- a/test/org/apache/tomcat/util/net/ocsp/TestOcspSoftFail.java
+++ b/test/org/apache/tomcat/util/net/ocsp/TestOcspSoftFail.java
@@ -50,7 +50,7 @@ public class TestOcspSoftFail extends OcspBaseTest {
doTest(false, false, ClientCertificateVerification.ENABLED, false,
Boolean.FALSE);
} catch (SocketException | SSLException e) {
// APR or NIO2 may throw a SocketException rather than a
SSLHandshakeException
- // Older Java versions may throw an SSLException rather than a
SSLHandshakeException
+ // Different Java versions may throw an SSLException rather than a
SSLHandshakeException
throw new SSLHandshakeException(e.getMessage());
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]