Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 19437 invoked from network); 3 Sep 2004 10:21:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 3 Sep 2004 10:21:35 -0000 Received: (qmail 21144 invoked by uid 500); 3 Sep 2004 10:21:29 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 20935 invoked by uid 500); 3 Sep 2004 10:21:28 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: dev@cocoon.apache.org Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 20922 invoked by uid 99); 3 Sep 2004 10:21:27 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [217.160.230.41] (HELO mout.perfora.net) (217.160.230.41) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 03 Sep 2004 03:21:24 -0700 Received: from minotaur.apache.org[209.237.227.194] (helo=[127.0.0.1]) by mrelay.perfora.net with ESMTP (Nemesis), id 0MKyxe-1C3BC30K6N-0006hf; Fri, 03 Sep 2004 06:21:19 -0400 X-Provags-ID: perfora.net abuse@perfora.net e2e4156964dfbcc4c642ec658fa7f9b9 Message-ID: <4138459C.6060906@reverycodes.com> Date: Fri, 03 Sep 2004 06:21:16 -0400 From: Vadim Gritsenko User-Agent: Mozilla Thunderbird 0.7.3 (Windows/20040803) X-Accept-Language: en-us, en MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: [2.1] ClassCastException in ConcreteTreeProcessor References: <0MKv6A-1C37ad3wGO-0000Kv@mx.perfora.net> In-Reply-To: <0MKv6A-1C37ad3wGO-0000Kv@mx.perfora.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Carsten Ziegeler wrote: > Does this work in 2.2? Tested with URL below, 2.2 as of now works ok. Vadim > Carsten > > >>Apparently, any internal redirect failing (including ones >>from the sitemap). Test case: >> >>http://localhost:8888/samples/test/redirect/redirect-to-internal-from-sitemap ..