Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 88096 invoked from network); 9 Jul 2007 08:26:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jul 2007 08:26:25 -0000 Received: (qmail 73765 invoked by uid 500); 9 Jul 2007 08:26:28 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 73677 invoked by uid 500); 9 Jul 2007 08:26:28 -0000 Mailing-List: contact commits-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list commits@harmony.apache.org Received: (qmail 73668 invoked by uid 99); 9 Jul 2007 08:26:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 01:26:28 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jul 2007 01:26:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 12F997141F2 for ; Mon, 9 Jul 2007 01:26:05 -0700 (PDT) Message-ID: <9438851.1183969565074.JavaMail.jira@brutus> Date: Mon, 9 Jul 2007 01:26:05 -0700 (PDT) From: "Leo Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Resolved: (HARMONY-4281) [classlib][net] test tests.api.java.net.ProxySelectorTest failed if proxy defined in the classlib\depends\files\net.properties In-Reply-To: <9451548.1182837446561.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-4281?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Leo Li resolved HARMONY-4281. ----------------------------- Resolution: Fixed Hi, Vladimir Fix applied at r554557. Thank you for your reporting it. Please verify whether the problem has been resolved as you expected. Good luck! Leo. > [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= > http.proxyPort= > 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.