Author: rjung Date: Wed May 27 16:22:53 2015 New Revision: 1682070 URL: http://svn.apache.org/r1682070 Log: And yet another comment typo.
Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java Modified: tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java URL: http://svn.apache.org/viewvc/tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java?rev=1682070&r1=1682069&r2=1682070&view=diff ============================================================================== --- tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java (original) +++ tomcat/tc8.0.x/trunk/test/org/apache/tomcat/util/net/TesterSupport.java Wed May 27 16:22:53 2015 @@ -87,7 +87,7 @@ public final class TesterSupport { } tomcat.getConnector().setSecure(true); tomcat.getConnector().setProperty("SSLEnabled", "true"); - // OpenSSL before 1.0.1 only supports TLSv1.1. + // OpenSSL before 1.0.1 only supports TLSv1. // Our default SSLProtocol setting "all" includes unsupported TLSv1.1 and 1.2 // and would produce an error during init. // Trigger loading of the native library and choose old protocol --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org