classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cp-patches] Do not invoke SSLSocketFactory.getDefault during class init


From: Chris Burdess
Subject: [cp-patches] Do not invoke SSLSocketFactory.getDefault during class initialization of HttpsURLConnection
Date: Tue, 11 Jan 2005 10:48:32 +0000

This patch prevents the invocation of SSLSocketFactory.getDefault during the class initialization of HttpsURLConnection, which causes the SSLv3 algorithm to be requested even if it will not be used.

2005-01-11  Chris Burdess  <address@hidden>

        * javax/net/ssl/HttpsURLConnection.java: Do not request SSLv3
        provider during class initialization.

OK to commit?
--
Chris Burdess

Attachment: patch
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]