You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Tony Wu (JIRA)" <ji...@apache.org> on 2007/01/05 10:11:27 UTC

[jira] Commented: (HARMONY-2942) [classlib][luni]UDP socket is not able to send package to 0.0.0.0

    [ https://issues.apache.org/jira/browse/HARMONY-2942?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462442 ] 

Tony Wu commented on HARMONY-2942:
----------------------------------

patch attached, would you please try it? Thanks a lot!

> [classlib][luni]UDP socket is not able to send package to 0.0.0.0
> -----------------------------------------------------------------
>
>                 Key: HARMONY-2942
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2942
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tony Wu
>         Attachments: harmony-2942.diff
>
>
> Following testcase passes on RI whereas throws SocketException on Harmony.
>  public void test() throws IOException {
>         Socket s = new Socket("0.0.0.0", 80, false);
>         OutputStream os = s.getOutputStream();
>         os.write(1);
>     }

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