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/02/06 08:28:05 UTC

[jira] Closed: (HARMONY-2278) [classlib][luni]can not stop a jetty server after connected

     [ https://issues.apache.org/jira/browse/HARMONY-2278?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tony Wu closed HARMONY-2278.
----------------------------

    Resolution: Cannot Reproduce

Hi Richard,
I verified it at r502073. It can not be reproduced.

> [classlib][luni]can not stop a jetty server after connected
> -----------------------------------------------------------
>
>                 Key: HARMONY-2278
>                 URL: https://issues.apache.org/jira/browse/HARMONY-2278
>             Project: Harmony
>          Issue Type: Bug
>          Components: App-Oriented Bug Reports
>            Reporter: Tony Wu
>         Assigned To: Richard Liang
>
> The test below passed on RI but hang on Harmony
> public class TestStopJetty {
>     public static void main(String[] args) throws Exception {
>         Support_Jetty.startHttpServerWithDocRoot(8090, ".");
>         try {
>             URL url = new URL(Support_Resources
>                     .getResourceURL("/URLConnectionTest/Harmony.html"));
>             URLConnection uc = (HttpURLConnection) url.openConnection();
>         } catch (Exception e) {
>             //
>         }
>         Support_Jetty.stopServer();
>         System.out.println("PASSED");
>     }
> }

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