Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 26157 invoked from network); 5 Mar 2005 15:26:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Mar 2005 15:26:26 -0000 Received: (qmail 65551 invoked by uid 500); 5 Mar 2005 15:26:20 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 65532 invoked by uid 500); 5 Mar 2005 15:26:20 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 65519 invoked by uid 99); 5 Mar 2005 15:26:20 -0000 X-ASF-Spam-Status: No, hits=1.9 required=10.0 tests=DNS_FROM_RFC_POST,MSGID_FROM_MTA_HEADER,SPF_HELO_PASS,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of ben_pope@hotmail.com designates 64.4.61.82 as permitted sender) Received: from bay102-dav10.bay102.hotmail.com (HELO hotmail.com) (64.4.61.82) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 05 Mar 2005 07:26:18 -0800 Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Sat, 5 Mar 2005 07:26:17 -0800 Message-ID: Received: from 64.4.61.200 by BAY102-DAV10.phx.gbl with DAV; Sat, 05 Mar 2005 15:26:16 +0000 X-Originating-IP: [64.4.61.200] X-Originating-Email: [ben_pope@hotmail.com] X-Sender: ben_pope@hotmail.com Reply-To: From: "Ben Pope" To: Subject: Pipelines & caching Date: Sat, 5 Mar 2005 15:26:20 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.6353 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Thread-Index: AcUhl67gsr5hQ30XTkiK0U+CDPe7Xg== X-OriginalArrivalTime: 05 Mar 2005 15:26:17.0663 (UTC) FILETIME=[AD071CF0:01C52197] X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, I have some generic pipelines that return data in xml. I then wrap those pipelines with generator / serialisers to choose the output type. E.g., ... It looks as if the output gets cached, when I request a form like: http://localhost:82/foo/bar/Form.html?id=0 I get the correct page, so I request: http://localhost:82/foo/bar/Form.html?id=1 And get the correct page. However, all other requests to the first (id=0), now result in the second pipeline (id=1), including things like continuation IDs. The problem must in cocoon (as opposed to browser cache), as the console correctly prints out debug data from the flow, every time I make the request. How do I prevent this 'caching'? I hope that clear enough. Cheers for your time, Ben Pope --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org