Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 99325 invoked from network); 27 Jan 2009 22:37:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Jan 2009 22:37:26 -0000 Received: (qmail 41887 invoked by uid 500); 27 Jan 2009 22:37:21 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 41870 invoked by uid 500); 27 Jan 2009 22:37:21 -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 41859 invoked by uid 99); 27 Jan 2009 22:37:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jan 2009 14:37:21 -0800 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; Tue, 27 Jan 2009 22:37:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C9C69234C495 for ; Tue, 27 Jan 2009 14:36:59 -0800 (PST) Message-ID: <1721749734.1233095819825.JavaMail.jira@brutus> Date: Tue, 27 Jan 2009 14:36:59 -0800 (PST) From: "Eric Anderson (JIRA)" To: notifications@ant.apache.org Subject: [jira] Commented: (IVY-996) Remove excessive HEAD requests for URL repository In-Reply-To: <1685738710.1231371884214.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/IVY-996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12667838#action_12667838 ] Eric Anderson commented on IVY-996: ----------------------------------- I'd love to test this from Eclipse (I have a guy in the field), however I don't know how to take a nightly and get it setup with ivyde. Any help would be great > Remove excessive HEAD requests for URL repository > ------------------------------------------------- > > Key: IVY-996 > URL: https://issues.apache.org/jira/browse/IVY-996 > Project: Ivy > Issue Type: Improvement > Components: Core > Affects Versions: 2.0-RC2 > Reporter: Eric Anderson > Assignee: Xavier Hanin > Fix For: trunk > > > h3. Fixing useless extra HEAD requests > When searching for an artifact named "project" version "2.2.+" for organization "org", Ivy attempts HEAD requests for completely not possible versions. > IE: /org/project/0.9.2/ivy-0.9.2.xml > This is not terribly painful unless you have thousands of builds and are not on the same network as your ivy server. > h3. Are HEAD requests even necessary? > Simply getting a directory listing should be good enough to determine if there is an artifact (for choosing latest-release). Now, after one is chosen, if no ivy.xml file exists, I could understand trying the next one, but trying all of them, just to select the latest one anyways seems like a complete waste. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.