Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 8962 invoked from network); 30 Jan 2007 11:06:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Jan 2007 11:06:13 -0000 Received: (qmail 71121 invoked by uid 500); 30 Jan 2007 11:06:16 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 71052 invoked by uid 500); 30 Jan 2007 11:06:16 -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 List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 71041 invoked by uid 99); 30 Jan 2007 11:06:16 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 03:06:16 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of bdelacretaz@gmail.com designates 66.249.92.173 as permitted sender) Received: from [66.249.92.173] (HELO ug-out-1314.google.com) (66.249.92.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Jan 2007 03:06:07 -0800 Received: by ug-out-1314.google.com with SMTP id m3so1328302ugc for ; Tue, 30 Jan 2007 03:05:46 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=BudgYg4oa/XFvtI62K1jZU2/p6l6EmxaMzrEhn7PTEZdBhcJs+8OlVV90slNAAPrr/1Hmu0WYDyt2Usx0ncMfmTCURJSFajRsAruy/KR6J8BNmOdMxvc5hmCbF7OWFZLTvcEif10kNhMhNYZznVya30NHAMJ+N6k+X6j04NDEps= Received: by 10.78.204.1 with SMTP id b1mr4704828hug.1170155145800; Tue, 30 Jan 2007 03:05:45 -0800 (PST) Received: by 10.78.50.11 with HTTP; Tue, 30 Jan 2007 03:05:45 -0800 (PST) Message-ID: Date: Tue, 30 Jan 2007 12:05:45 +0100 From: "Bertrand Delacretaz" Sender: bdelacretaz@gmail.com To: dev@cocoon.apache.org Subject: Re: Not caching pages with continuations (was:...where is 304?) In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 70ab6f64dc40c927 X-Virus-Checked: Checked by ClamAV on apache.org On 1/30/07, Ard Schrijvers wrote: > Do you think you can set it globally for the request in Form.js? I tried directly manipulating > the HttpServletResponse, but obviously, this resulted in correct behavior on the first request, > but consecutive cached responses did not have this direct HttpServletResponse > manipulation, so this implied uncacheable pipelines in cocoon, which of course, > I did not want either.... FWIW, in my apps I'm not using Cocoon caching for the forms building pipelines, which makes the whole thing much easier. But I have light loads on the forms-related parts of those apps. -Bertrand