Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 24548 invoked from network); 23 Sep 2010 20:34:54 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 23 Sep 2010 20:34:54 -0000 Received: (qmail 15744 invoked by uid 500); 23 Sep 2010 20:34:54 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 15678 invoked by uid 500); 23 Sep 2010 20:34:54 -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 15671 invoked by uid 99); 23 Sep 2010 20:34:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 20:34:54 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 23 Sep 2010 20:34:53 +0000 Received: from thor (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id o8NKYXo8009553 for ; Thu, 23 Sep 2010 20:34:33 GMT Message-ID: <32395676.371901285274073612.JavaMail.jira@thor> Date: Thu, 23 Sep 2010 16:34:33 -0400 (EDT) From: "Maarten Coene (JIRA)" To: notifications@ant.apache.org Subject: [jira] Resolved: (IVY-1232) Some repositories broken by IVY-1175 In-Reply-To: <11806738.370191285270113456.JavaMail.jira@thor> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/IVY-1232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Maarten Coene resolved IVY-1232. -------------------------------- Fix Version/s: 2.2.0 Resolution: Fixed Your patch has been applied in SVN. Thanks a lot for the contribution! > Some repositories broken by IVY-1175 > ------------------------------------ > > Key: IVY-1232 > URL: https://issues.apache.org/jira/browse/IVY-1232 > Project: Ivy > Issue Type: Bug > Components: Core > Affects Versions: 2.2.0-RC1 > Reporter: John Tinetti > Assignee: Maarten Coene > Priority: Blocker > Fix For: 2.2.0 > > > ApacheURLLister.retrieveListing() was changed for IVY-1175. The method now handles hrefs with text value ending in "..>" by treating those text values as truncated, which may be correct behavior. However, the method should also handle hrefs with text value ending in "..>" and handle those as truncated as well, since > is the preferred html syntax. > Here is the patch: > {noformat} > 165a166,170 > > } else if (text.endsWith("..>")) { > > // text is probably truncated, we can only check if the href starts with text > > if (!href.startsWith(text.substring(0, text.length() - 6))) { > > continue; > > } > {noformat} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.