Return-Path: Delivered-To: apmail-forrest-dev-archive@www.apache.org Received: (qmail 73520 invoked from network); 19 Sep 2005 03:11:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 19 Sep 2005 03:11:32 -0000 Received: (qmail 71467 invoked by uid 500); 19 Sep 2005 03:11:32 -0000 Delivered-To: apmail-forrest-dev-archive@forrest.apache.org Received: (qmail 71267 invoked by uid 500); 19 Sep 2005 03:11:31 -0000 Mailing-List: contact dev-help@forrest.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@forrest.apache.org List-Id: Delivered-To: mailing list dev@forrest.apache.org Received: (qmail 71254 invoked by uid 99); 19 Sep 2005 03:11:30 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2005 20:11:30 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [65.77.211.84] (HELO www2.kc.aoindustries.com) (65.77.211.84) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 18 Sep 2005 20:11:40 -0700 Received: from fo2.kc.aoindustries.com (www2.kc.aoindustries.com [65.77.211.84]) by www2.kc.aoindustries.com (8.13.1/8.13.1) with ESMTP id j8J3BHsd007543 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 18 Sep 2005 22:11:17 -0500 Received: from localhost (localhost [[UNIX: localhost]]) by fo2.kc.aoindustries.com (8.13.1/8.13.1/Submit) id j8J3BHvp007501 for dev@forrest.apache.org; Sun, 18 Sep 2005 22:11:17 -0500 X-Authentication-Warning: fo2.kc.aoindustries.com: indexgeo set sender to crossley@apache.org using -f Date: Mon, 19 Sep 2005 13:11:09 +1000 From: David Crossley To: dev@forrest.apache.org Subject: changed behaviour for locationmap (Was: ForrestBot build for forrest-seed FAILED) Message-ID: <20050919031109.GA5455@igg.indexgeo.com.au> References: <200509181055.j8IAtbvn025536@forrest.zones.apache.org> <20050918121738.GA1538@igg.indexgeo.com.au> <20050918195234.GA3208@igg.indexgeo.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050918195234.GA3208@igg.indexgeo.com.au> User-Agent: Mutt/1.4i X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Crossley wrote: > David Crossley wrote: > > > Automated build for forrest-seed FAILED > > > [snip] > > > [java] * [37/25] [2/32] 0.803s 10.9Kb samples/locationmap/index.html > > > [java] * [38/24] [0/0] 0.44s 8.7Kb samples/locationmap/index.pdf > > > [java] X [0] samples/locationmap/lm:rewriteDemo/index BROKEN: No pipeline matched request: samples/locationmap/lm:rewriteDemo/index > > ... > > > > Everything was okay at r289911 which was just before the > > upgrade of the many other jars in lib/core at r289912. > > So the upgrade of the Cocoon jars before that was okay. > > > > I suppose the best way is to roll back each > > of those jars until we find the culprit. > > The cause was the upgrade of excalibur-sourceresolve. > Why i don't know. > > Reverted from excalibur-sourceresolve-2.1.jar to > excalibur-sourceresolve-1.1.jar at r289917 which "fixed" it. > As Ross said we need to find the real reason. Found it. Previously when the locationmap resolved to an http: URL then it would test that URL and even if it failed, then the locationmap would provide the rewritten URL. Following the upgrade to excalibur-sourceresolve-2.1.jar then when the remote URL fails, then locationmap calls it a failure and will not provide the rewritten URL. This latter sounds like the intended behaviour, so i changed the seed-sample locationamp to use a successful URL for the rewriteDemo/index link. -David