You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org> on 2006/11/23 05:36:03 UTC

[jira] Created: (HARMONY-2274) [classlib][net]MulticastSocket.setLoopbackMode set wrong value

[classlib][net]MulticastSocket.setLoopbackMode set wrong value
--------------------------------------------------------------

                 Key: HARMONY-2274
                 URL: http://issues.apache.org/jira/browse/HARMONY-2274
             Project: Harmony
          Issue Type: Bug
            Reporter: Jimmy, Jing Lv


Hi,
    MulticastSocket.setLoopbackMode(boolean) set wrong value. spec says: given "true" as parameter, it should "disable the LoopbackMode", but Harmony set just opposite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (HARMONY-2274) [classlib][net]MulticastSocket.setLoopbackMode set wrong value

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2274?page=all ]

Richard Liang resolved HARMONY-2274.
------------------------------------

    Resolution: Fixed

Hello Jimmy & Tony,

The patch has been applied at revision r479548, thanks a lot for this enhancement.

Jimmy, please verify that the problem is fully fixed as you expected.

Best regards,
Richard

> [classlib][net]MulticastSocket.setLoopbackMode set wrong value
> --------------------------------------------------------------
>
>                 Key: HARMONY-2274
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2274
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Richard Liang
>         Attachments: harmony-2274.diff
>
>
> Hi,
>     MulticastSocket.setLoopbackMode(boolean) set wrong value. spec says: given "true" as parameter, it should "disable the LoopbackMode", but Harmony set just opposite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Assigned: (HARMONY-2274) [classlib][net]MulticastSocket.setLoopbackMode set wrong value

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2274?page=all ]

Richard Liang reassigned HARMONY-2274:
--------------------------------------

    Assignee: Richard Liang

> [classlib][net]MulticastSocket.setLoopbackMode set wrong value
> --------------------------------------------------------------
>
>                 Key: HARMONY-2274
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2274
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Richard Liang
>         Attachments: harmony-2274.diff
>
>
> Hi,
>     MulticastSocket.setLoopbackMode(boolean) set wrong value. spec says: given "true" as parameter, it should "disable the LoopbackMode", but Harmony set just opposite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (HARMONY-2274) [classlib][net]MulticastSocket.setLoopbackMode set wrong value

Posted by "Richard Liang (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2274?page=all ]

Richard Liang closed HARMONY-2274.
----------------------------------


Verified by Jimmy

> [classlib][net]MulticastSocket.setLoopbackMode set wrong value
> --------------------------------------------------------------
>
>                 Key: HARMONY-2274
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2274
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Richard Liang
>         Attachments: harmony-2274.diff
>
>
> Hi,
>     MulticastSocket.setLoopbackMode(boolean) set wrong value. spec says: given "true" as parameter, it should "disable the LoopbackMode", but Harmony set just opposite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (HARMONY-2274) [classlib][net]MulticastSocket.setLoopbackMode set wrong value

Posted by "Jimmy, Jing Lv (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/HARMONY-2274?page=comments#action_12454825 ] 
            
Jimmy, Jing Lv commented on HARMONY-2274:
-----------------------------------------

Hi,
    The fix is fine, thanks!
Best regards,
Jimmy

> [classlib][net]MulticastSocket.setLoopbackMode set wrong value
> --------------------------------------------------------------
>
>                 Key: HARMONY-2274
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2274
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Jimmy, Jing Lv
>         Assigned To: Richard Liang
>         Attachments: harmony-2274.diff
>
>
> Hi,
>     MulticastSocket.setLoopbackMode(boolean) set wrong value. spec says: given "true" as parameter, it should "disable the LoopbackMode", but Harmony set just opposite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (HARMONY-2274) [classlib][net]MulticastSocket.setLoopbackMode set wrong value

Posted by "Tony Wu (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-2274?page=all ]

Tony Wu updated HARMONY-2274:
-----------------------------

    Attachment: harmony-2274.diff

patch with test attached, would you please try it. Thanks a lot.

> [classlib][net]MulticastSocket.setLoopbackMode set wrong value
> --------------------------------------------------------------
>
>                 Key: HARMONY-2274
>                 URL: http://issues.apache.org/jira/browse/HARMONY-2274
>             Project: Harmony
>          Issue Type: Bug
>            Reporter: Jimmy, Jing Lv
>         Attachments: harmony-2274.diff
>
>
> Hi,
>     MulticastSocket.setLoopbackMode(boolean) set wrong value. spec says: given "true" as parameter, it should "disable the LoopbackMode", but Harmony set just opposite.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira