Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 46532 invoked from network); 4 Mar 2010 13:56:50 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Mar 2010 13:56:50 -0000 Received: (qmail 647 invoked by uid 500); 4 Mar 2010 13:56:39 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 624 invoked by uid 500); 4 Mar 2010 13:56:39 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 617 invoked by uid 99); 4 Mar 2010 13:56:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 13:56:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Mar 2010 13:56:39 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 55FE6234C4C6; Thu, 4 Mar 2010 13:56:18 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 48853] AntClassloader#getCertificates is inefficient X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bodewig@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: 1.8.1 X-Bugzilla-Changed-Fields: Target Milestone In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Message-Id: <20100304135619.55FE6234C4C6@brutus.apache.org> Date: Thu, 4 Mar 2010 13:56:18 +0000 (UTC) https://issues.apache.org/bugzilla/show_bug.cgi?id=48853 Stefan Bodewig changed: What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |1.8.1 --- Comment #1 from Stefan Bodewig 2010-03-04 13:56:17 UTC --- svn revision 918989 uses buffering as a simple measure and immediately performs a lot better. The new AntClassLoaderPerformance test of svn revision 918979 still takes about 50% longer than using Ant 1.7.1, though (but it now takes less than a fifth of the time Ant 1.8.0 needs). Implementing getCertifactes on top of ZipFile is non-trivial and would force us to do signature verification ourselves. It may be better to use java.util.JarFile instead of Ant's ZipFile directly for signed jars and return a null certificate array for unsigned jars directly. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.