You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Leo Li (JIRA)" <ji...@apache.org> on 2007/07/09 10:12:06 UTC

[jira] Assigned: (HARMONY-4281) [classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties

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

Leo Li reassigned HARMONY-4281:
-------------------------------

    Assignee: Leo Li

> [classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties
> ------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4281
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4281
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>         Environment: Linux x86
>            Reporter: Vladimir Ivanov
>            Assignee: Leo Li
>
> The classlib test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties.
> Note, only proxy settings for the http was updated in my case:
> # HTTP proxy settings.
> # Default proxy port is equal to 80.
> #
> http.proxyHost=<my.proxy.com>
> http.proxyPort=<my.proxy.port>
> http.nonProxyHosts=localhost|127.0.0.1
> Execution log:
>  Test:  test_selectLjava_net_URI_SelectExact_NullHost 
> Class:  tests.api.java.net.ProxySelectorTest 
>  java.lang.NullPointerException   
>  at java.net.ProxySelectorImpl.isNonProxyHost(ProxySelectorImpl.java:261)   
>  at java.net.ProxySelectorImpl.selectHttpProxy(ProxySelectorImpl.java:128)   
>  at java.net.ProxySelectorImpl.select(ProxySelectorImpl.java:100)   
>  at tests.api.java.net.ProxySelectorTest.test_selectLjava_net_URI_SelectExact_NullHost(ProxySelectorTest.java:201)   
>  at java.lang.reflect.VMReflection.invokeMethod(VMReflection.java) 
>  
>  
>  

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