You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -29,7 +28,7 @@ private predicate alwaysReturnsTrue(HostnameVerifierVerify m) {
29
28
}
30
29
31
30
/**
32
-
* A class that overrides the `javax.net.ssl.HostnameVerifier.verify` method and **always** returns `true` (though it could also exit due to an uncaught exception), thus
31
+
* A class that s the `javax.net.ssl.HostnameVerifier.verify` method and **always** returns `true` (though it could also exit due to an uncaught exception), thus
33
32
* accepting any certificate despite a hostname mismatch.
34
33
*/
35
34
classTrustAllHostnameVerifierextendsRefType{
@@ -45,16 +44,14 @@ class TrustAllHostnameVerifier extends RefType {
45
44
/**
46
45
* A configuration to model the flow of a `TrustAllHostnameVerifier` to a `set(Default)HostnameVerifier` call.
0 commit comments