Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 19308 invoked from network); 28 Feb 2007 05:11:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Feb 2007 05:11:26 -0000 Received: (qmail 44109 invoked by uid 500); 28 Feb 2007 05:11:35 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44088 invoked by uid 500); 28 Feb 2007 05:11:35 -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 44078 invoked by uid 99); 28 Feb 2007 05:11:35 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Feb 2007 21:11:35 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= 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; Tue, 27 Feb 2007 21:11:26 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E86EA714058 for ; Tue, 27 Feb 2007 21:11:05 -0800 (PST) Message-ID: <4769675.1172639465949.JavaMail.jira@brutus> Date: Tue, 27 Feb 2007 21:11:05 -0800 (PST) From: "Alexander Kleymenov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-617) [classlib][luni] HttpURLConnection does not support persistent connections 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-617?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476521 ] Alexander Kleymenov commented on HARMONY-617: --------------------------------------------- Hi Sian, There are several issues with the luni4.patch which we should resolve before its integration: HttpURLConnectionTest.java - licence header is absent (it was occasionally removed). - testSecurityManager does not restore SecurityManager, consequent test cases fail with SecurityException. Suggested fix: restore System's default Security Manager in finally sections of try-catch blocks. PersistenceTest.java - still fails in case of unavailable direct internet connection. Perhaps we should use Jetty approach suggested by Andrew here, or use some switches to turn these test cases off. Also there are several small style problems in the sources (tabs instead of spaces and trailing spaces). Thanks, Alexander > [classlib][luni] HttpURLConnection does not support persistent connections > -------------------------------------------------------------------------- > > Key: HARMONY-617 > URL: https://issues.apache.org/jira/browse/HARMONY-617 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Alexander Kleymenov > Assigned To: Paulex Yang > Attachments: https-test.patch, luni.patch, luni2.patch, luni3.patch, luni4.patch, patch-test2.txt, test.patch > > > Current HttpURLConnection does not support persistent connections while RI implementation does. > Implementation of this mechanism will allow sufficiently increase the performance of network applications based on HttpURLConnections. To make Harmony's implementation more attractive for use this support SHALL be implemented. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.