From f57e37d588dfe99008ad322420526880de5c9867 Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Wed, 3 Jun 2015 12:02:25 +0000 Subject: [PATCH] comment fix --- core/java/src/net/i2p/util/I2PSSLSocketFactory.java | 1 - 1 file changed, 1 deletion(-) diff --git a/core/java/src/net/i2p/util/I2PSSLSocketFactory.java b/core/java/src/net/i2p/util/I2PSSLSocketFactory.java index 6c149252bb..eecd608abd 100644 --- a/core/java/src/net/i2p/util/I2PSSLSocketFactory.java +++ b/core/java/src/net/i2p/util/I2PSSLSocketFactory.java @@ -301,7 +301,6 @@ public class I2PSSLSocketFactory { // is not a viable option because the default HostnameVerifier expects to only be called // in the case that there is a mismatch (and therefore always returns false) while some // of the AsyncHttpClient providers (e.g. Netty, the default) call it on all connections. - // in the case that there is a mismatch (and therefore always returns false) while some // To make matters worse, the check is not trivial (consider SAN and wildcard matching) // and is implemented in sun.security.util.HostnameChecker (a Sun internal proprietary API). // This leaves the developer in the position of either depending on an internal API or -- GitLab