Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 35257 invoked from network); 10 Mar 2010 12:26:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 10 Mar 2010 12:26:20 -0000 Received: (qmail 17716 invoked by uid 500); 10 Mar 2010 12:25:50 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 17695 invoked by uid 500); 10 Mar 2010 12:25:50 -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 17688 invoked by uid 99); 10 Mar 2010 12:25:50 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Mar 2010 12:25:50 +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; Wed, 10 Mar 2010 12:25:48 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 560B7234C4BF for ; Wed, 10 Mar 2010 12:25:27 +0000 (UTC) Message-ID: <1615076613.176071268223927351.JavaMail.jira@brutus.apache.org> Date: Wed, 10 Mar 2010 12:25:27 +0000 (UTC) From: "Anders Jacobsson (JIRA)" To: notifications@ant.apache.org Subject: [jira] Updated: (IVY-1175) ApacheURLLister does not allow directories not containing a dot In-Reply-To: <1680266815.176001268223809928.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/IVY-1175?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Anders Jacobsson updated IVY-1175: ---------------------------------- Attachment: patch.diff Added patch based on revision 918275 > ApacheURLLister does not allow directories not containing a dot > --------------------------------------------------------------- > > Key: IVY-1175 > URL: https://issues.apache.org/jira/browse/IVY-1175 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: trunk > Reporter: Anders Jacobsson > Priority: Minor > Attachments: patch.diff > > > I need to use a different revision scheme that looks like R1A01, i.e. not the normal scheme x.y.z, for my company internal dependencies. When doing this, I discovered that ApacheURLLister does not handle directories without a dot (.) properly as it filters those out. If it does not find a dot in the directory name, it compares the href with the text but forgets to check for a trailing slash in href. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.