hg: jdk7/tl/jdk: 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets; ...

Joseph D. Darcy Joe.Darcy at Sun.COM
Tue Mar 23 11:10:44 PDT 2010


Andrew John Hughes wrote:
> On 23 March 2010 13:57,  <christopher.hegarty at sun.com> wrote:
>   
>> Changeset: 8a9ebdc27045
>> Author:    chegar
>> Date:      2010-03-23 13:54 +0000
>> URL:       http://hg.openjdk.java.net/jdk7/tl/jdk/rev/8a9ebdc27045
>>
>> 6614957: HttpsURLConnection not using the set SSLSocketFactory for creating all its Sockets
>> 6771432: createSocket() - smpatch fails using 1.6.0_10 because of "Unconnected sockets not implemented"
>> 6766775: X509 certificate hostname checking is broken in JDK1.6.0_10
>> Summary: All three bugs are interdependent
>> Reviewed-by: xuelei
>>
>> ! src/share/classes/javax/net/SocketFactory.java
>> ! src/share/classes/sun/net/NetworkClient.java
>> ! src/share/classes/sun/net/www/protocol/https/HttpsClient.java
>> ! src/share/classes/sun/security/ssl/SSLSocketImpl.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/DNSIdentities.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsCreateSockTest.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/HttpsSocketFacTest.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressDNSIdentities.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPAddressIPIdentities.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/IPIdentities.java
>> + test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/Identities.java
>>
>>
>>     
>
>
> Joe, this one too.
>   

Approval for these as well :-)

Thanks,

-Joe


More information about the jdk6-dev mailing list