Author: markt
Date: Wed Jul 11 10:26:46 2018
New Revision: 1835624
URL: http://svn.apache.org/viewvc?rev=1835624&view=rev
Log:
Tweak comment as 8.5.x uses Java 7 onwards
Modified:
tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java
Modified: tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java
URL:
http://svn.apache.org/viewvc/tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java?rev=1835624&r1=1835623&r2=1835624&view=diff
==============================================================================
--- tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java
(original)
+++ tomcat/tc8.5.x/trunk/java/org/apache/tomcat/util/net/SSLUtilBase.java Wed
Jul 11 10:26:46 2018
@@ -144,7 +144,7 @@ public abstract class SSLUtilBase implem
// Unfortunately, some key stores behave differently with null
// and "".
// JKS key stores treat null and "" interchangeably.
- // PKCS12 key stores (Java 8 onwards) don't return the cert if
+ // PKCS12 key stores (Java 7 onwards) don't return the cert if
// null is used.
// Key stores that do not use passwords expect null
// Therefore:
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]