You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by re...@apache.org on 2021/01/22 09:41:48 UTC

[tomcat] branch master updated: Fix message about UDS available

This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/master by this push:
     new 68746c4  Fix message about UDS available
68746c4 is described below

commit 68746c4aceb4f596f0ed3129668c6f63bcc0ed5a
Author: remm <re...@apache.org>
AuthorDate: Fri Jan 22 10:41:20 2021 +0100

    Fix message about UDS available
---
 test/org/apache/tomcat/util/net/TestXxxEndpoint.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
index 12a4015..bc9b1f3 100644
--- a/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
+++ b/test/org/apache/tomcat/util/net/TestXxxEndpoint.java
@@ -214,10 +214,9 @@ public class TestXxxEndpoint extends TomcatBaseTest {
 
     @Test
     public void testUnixDomainSocket() throws Exception {
-
         Tomcat tomcat = getTomcatInstance();
         Connector c = tomcat.getConnector();
-        Assume.assumeTrue("SSL renegotiation has to be supported for this test",
+        Assume.assumeTrue("NIO Unix domain sockets have to be supported for this test",
                 c.getProtocolHandlerClassName().contains("Nio")
                 && JreCompat.isJre16Available());
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org