bug-classpath
[Top][All Lists]
Advanced

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

[Bug classpath/31302] Exception in SSLSocketImpl


From: csm at gnu dot org
Subject: [Bug classpath/31302] Exception in SSLSocketImpl
Date: 22 Mar 2007 00:36:46 -0000


------- Comment #3 from csm at gnu dot org  2007-03-22 00:36 -------
Created an attachment (id=13247)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13247&action=view)
Proposed fix

That's a lie, actually. The best way to fix this is probably to just make
SSLSocket always wrap another plain Socket (see the 'underlyingSocket' stuff),
instead of deferring to 'super' otherwise.

This patch should minimally fix this issue; a better patch would remove all of
the "if (underlyingSocket != null)" stuff, too.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31302





reply via email to

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