Formatting.

Thanks ReturningNovice for the certificate accepted -> no new connection report.
This commit is contained in:
dev
2011-07-27 08:42:06 +00:00
parent 9b44b6283b
commit 89f36e311f

View File

@ -54,8 +54,11 @@ public class ItoopieHostnameVerifier implements HostnameVerifier {
}
}
}
/**
* Clear recently denied filter to allow connections from a
* host that has had it's certificate denied recently.
*/
public static void clearRecentlyDenied() {
recentlyDeniedHosts.clear();
}