Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 79059 invoked from network); 4 May 2004 11:58:56 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 4 May 2004 11:58:56 -0000 Received: (qmail 69811 invoked by uid 500); 4 May 2004 11:58:49 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 69735 invoked by uid 500); 4 May 2004 11:58:49 -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 69583 invoked from network); 4 May 2004 11:58:48 -0000 Received: from unknown (HELO mail.s-und-n.de) (212.8.217.2) by daedalus.apache.org with SMTP; 4 May 2004 11:58:48 -0000 Received: from notes.sundn.de (ntsrv5.sundn.de [10.10.2.10]) by mail.s-und-n.de (postfix) with ESMTP id 54E7919F677; Tue, 4 May 2004 13:58:48 +0200 (CEST) Received: from hw0386 ([10.10.2.68]) by notes.sundn.de (Lotus Domino Release 6.5) with ESMTP id 2004050413511143-10282 ; Tue, 4 May 2004 13:51:11 +0200 From: "Carsten Ziegeler" To: "'Lenya Developers List'" Cc: "Cocoon-Dev" Subject: RE: Internal requests in 2.1.4 and 2.1.5-dev Date: Tue, 4 May 2004 14:01:25 +0200 Organization: S&N AG MIME-Version: 1.0 X-Mailer: Microsoft Office Outlook, Build 11.0.5510 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 In-Reply-To: Thread-Index: AcQxtEJVppG6W1/ERy+XFpNPgPb/IQAGrwIQ X-MIMETrack: Itemize by SMTP Server on PBSN1/Systeme und Netzwerke(Release 6.5|September 26, 2003) at 04.05.2004 13:51:11, Serialize by Router on PBSN1/Systeme und Netzwerke(Release 6.5|September 26, 2003) at 04.05.2004 13:51:12, Serialize complete at 04.05.2004 13:51:12 Message-ID: Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Andreas Hartmann wrote: > > Hi Cocoon community, > > please correct my if I'm wrong, but I noticed that internal > requests are handled differently in 2.1.4 and 2.1.5-dev. For > instance, in a flowscript view pipeline the request object > contains the URL of the > > 2.1.4) original request > 2.1.5) internal request > > which e.g. leads to different behaviours of input modules. > Yes, this is true - I just committed a fix for flow, so if you're using flow, everything should work again. > Is it possible to use a single sitemap setup to support both > versions? I'm asking because otherwise we will have to change > quite a lot of things in Lenya to support Cocoon 2.1.5 and > will break backwards compatibility. > With the change I just did, the behaviour between 2.1.4 and 2.1.5 is only different if you use a with a uri that starts with "cocoon:". Everything else should be compatible. Are you using this? If so, when we discussed changing this, we suggested to add a new command which would behave like the old . WDYT? Carsten