You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Richard Liang (JIRA)" <ji...@apache.org> on 2006/04/17 16:38:17 UTC

[jira] Created: (HARMONY-361) Java 5 Enhancement: 4 new methods in java.net.URLConnection

Java 5 Enhancement: 4 new methods in java.net.URLConnection
-----------------------------------------------------------

         Key: HARMONY-361
         URL: http://issues.apache.org/jira/browse/HARMONY-361
     Project: Harmony
        Type: New Feature

  Components: Classlib  
    Reporter: Richard Liang
    Priority: Minor


Hello,

4 new methods, setConnectTimeout,getConnectTimeout,setReadTimeout,getReadTimeout in java.net.URLConnection need implement in Harmony. I'll upload a patch both for code and test soon.

-- 
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-361) Java 5 Enhancement: 4 new methods in java.net.URLConnection

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

Richard Liang commented on HARMONY-361:
---------------------------------------

Hello George,

Thanks a lot. The fix works fine. :-)

Best regards,
Richard

> Java 5 Enhancement: 4 new methods in java.net.URLConnection
> -----------------------------------------------------------
>
>          Key: HARMONY-361
>          URL: http://issues.apache.org/jira/browse/HARMONY-361
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>     Priority: Minor
>  Attachments: luni.src.net.diff
>
> Hello,
> 4 new methods, setConnectTimeout,getConnectTimeout,setReadTimeout,getReadTimeout in java.net.URLConnection need implement in Harmony. I'll upload a patch both for code and test soon.

-- 
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-361) Java 5 Enhancement: 4 new methods in java.net.URLConnection

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

George Harley reassigned HARMONY-361:
-------------------------------------

    Assign To: George Harley

> Java 5 Enhancement: 4 new methods in java.net.URLConnection
> -----------------------------------------------------------
>
>          Key: HARMONY-361
>          URL: http://issues.apache.org/jira/browse/HARMONY-361
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>     Priority: Minor
>  Attachments: luni.src.net.diff
>
> Hello,
> 4 new methods, setConnectTimeout,getConnectTimeout,setReadTimeout,getReadTimeout in java.net.URLConnection need implement in Harmony. I'll upload a patch both for code and test soon.

-- 
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-361) Java 5 Enhancement: 4 new methods in java.net.URLConnection

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-361?page=all ]
     
George Harley closed HARMONY-361:
---------------------------------


Verified by Richard.

> Java 5 Enhancement: 4 new methods in java.net.URLConnection
> -----------------------------------------------------------
>
>          Key: HARMONY-361
>          URL: http://issues.apache.org/jira/browse/HARMONY-361
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>     Priority: Minor
>  Attachments: luni.src.net.diff
>
> Hello,
> 4 new methods, setConnectTimeout,getConnectTimeout,setReadTimeout,getReadTimeout in java.net.URLConnection need implement in Harmony. I'll upload a patch both for code and test soon.

-- 
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-361) Java 5 Enhancement: 4 new methods in java.net.URLConnection

Posted by "George Harley (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/HARMONY-361?page=all ]
     
George Harley resolved HARMONY-361:
-----------------------------------

    Resolution: Fixed

Hi Richard, 

Patch committed in revision 406659. Please could you verify that the change has been applied as expected. 

Many thanks for this enhancement. 

Best regards, 
George


> Java 5 Enhancement: 4 new methods in java.net.URLConnection
> -----------------------------------------------------------
>
>          Key: HARMONY-361
>          URL: http://issues.apache.org/jira/browse/HARMONY-361
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Assignee: George Harley
>     Priority: Minor
>  Attachments: luni.src.net.diff
>
> Hello,
> 4 new methods, setConnectTimeout,getConnectTimeout,setReadTimeout,getReadTimeout in java.net.URLConnection need implement in Harmony. I'll upload a patch both for code and test soon.

-- 
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-361) Java 5 Enhancement: 4 new methods in java.net.URLConnection

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

Richard Liang updated HARMONY-361:
----------------------------------

    Attachment: luni.src.net.diff

Hello,

Would you please try my patch? Thanks a lot.

> Java 5 Enhancement: 4 new methods in java.net.URLConnection
> -----------------------------------------------------------
>
>          Key: HARMONY-361
>          URL: http://issues.apache.org/jira/browse/HARMONY-361
>      Project: Harmony
>         Type: New Feature

>   Components: Classlib
>     Reporter: Richard Liang
>     Priority: Minor
>  Attachments: luni.src.net.diff
>
> Hello,
> 4 new methods, setConnectTimeout,getConnectTimeout,setReadTimeout,getReadTimeout in java.net.URLConnection need implement in Harmony. I'll upload a patch both for code and test soon.

-- 
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