You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Bob Scheifler (JIRA)" <ji...@apache.org> on 2007/07/30 21:32:53 UTC

[jira] Created: (RIVER-157) (mux) remove workarounds for fixed J2SE bugs

(mux) remove workarounds for fixed J2SE bugs
--------------------------------------------

                 Key: RIVER-157
                 URL: https://issues.apache.org/jira/browse/RIVER-157
             Project: River
          Issue Type: Improvement
          Components: net_jini_jeri
    Affects Versions: jtsk_2.0
            Reporter: Bob Scheifler
            Priority: Trivial


Bugtraq ID [4857116|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4857116]

com.sun.jini.jeri.internal.mux.SocketChannelIO contains a workaround for 4496906, a bug that existing in early beta versions of J2SE 1.4.  Since 4496906 is long fixed (including in 1.4.0 FCS), this workaround might as well be removed.

Also relevant to SocketChannelIO, 4481573 (scatter/gather methods throwing IOException if the number of buffers exceeds underlying OS's readv/writev limits) is suposedly fixed/integrated in 1.4.0, so it might worth investigating whether the SocketChannelIO implementation should be changed as a result of that development.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.