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
The following commit(s) were added to refs/heads/main by this push: new 11fca7f Fix typo 11fca7f is described below commit 11fca7f383069cfcc0cc5efdbd3e750596c0f0b4 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Aug 23 12:42:16 2021 +0100 Fix typo --- test/org/apache/tomcat/util/net/TesterSupport.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/util/net/TesterSupport.java b/test/org/apache/tomcat/util/net/TesterSupport.java index 02b0268..c797ea2 100644 --- a/test/org/apache/tomcat/util/net/TesterSupport.java +++ b/test/org/apache/tomcat/util/net/TesterSupport.java @@ -220,7 +220,7 @@ public final class TesterSupport { } protected static boolean isClientRenegotiationSupported(Tomcat tomcat) { - // Disabled for Tomcat Native (part if response to CVE-2009-3555) + // Disabled for Tomcat Native (part of response to CVE-2009-3555) // Only JRE provided JSSE implementation supports this String sslImplementation = (String) tomcat.getConnector().getProperty("sslImplementationName"); if (!JSSEImplementation.class.getName().equals(sslImplementation)) { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org