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: tromey at gcc dot gnu dot org
Subject: [Bug classpath/31302] Exception in SSLSocketImpl
Date: 28 Mar 2007 01:03:37 -0000


------- Comment #7 from tromey at gcc dot gnu dot org  2007-03-28 02:03 -------
Subject: Bug 31302

Author: tromey
Date: Wed Mar 28 02:03:25 2007
New Revision: 123286

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=123286
Log:
2007-03-27  Casey Marshall  <address@hidden>

        PR classpath/31302:
        * gnu/javax/net/ssl/provider/SSLSocketImpl.java (SSLSocketImpl):
        Always make a new socket.
        (bind, connect, getInetAddress, getLocalAddress, getPort,
        getLocalPort, getRemoteSocketAddress, getLocalSocketAddress,
        setTcpNoDelay, getTcpNoDelay, setSoLinger, getSoLinger,
        setOOBInline, getOOBInline, setSoTimeout, getSoTimeout,
        setSendBufferSize, getSendBufferSize, setReceiveBufferSize,
        getReceiveBufferSize, setKeepAlive, getKeepAlive, setTrafficClass,
        getTrafficClass, setReuseAddress, getReuseAddress, close,
        shutdownInput, shutdownOutput, isConnected, isBound, isClosed,
        isInputShutdown, isOutputShutdown): Always use
        'underlyingSocket'.

Modified:
    branches/redhat/gcc-4_1-branch/libjava/classpath/ChangeLog
   
branches/redhat/gcc-4_1-branch/libjava/classpath/gnu/javax/net/ssl/provider/SSLSocketImpl.java


-- 


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





reply via email to

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