Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 19066 invoked from network); 13 Feb 2007 20:12:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 Feb 2007 20:12:19 -0000 Received: (qmail 79169 invoked by uid 500); 13 Feb 2007 20:12:25 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 79090 invoked by uid 500); 13 Feb 2007 20:12:25 -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 79079 invoked by uid 99); 13 Feb 2007 20:12:25 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 12:12:25 -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 64.233.184.229 as permitted sender) Received: from [64.233.184.229] (HELO wr-out-0506.google.com) (64.233.184.229) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Feb 2007 12:12:15 -0800 Received: by wr-out-0506.google.com with SMTP id i22so2151465wra for ; Tue, 13 Feb 2007 12:11:54 -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=fSESyksW5aLYmCLiXAf80XWvOGoOm9AU9E/7MM12gqdEqfZ5JUQEX2PhWxVHK7WabdlLGsDLtNxYzgQdUNjnO/VG0hZQ5WR8OPFJM6T5YaK72eM4ZUzHgsME0WLLQ8val9nc4ID8gf3EbduWLNwfbrqqRSBIsKuN5fzpkzEXi6Y= Received: by 10.114.182.1 with SMTP id e1mr8176581waf.1171397513645; Tue, 13 Feb 2007 12:11:53 -0800 (PST) Received: by 10.114.198.14 with HTTP; Tue, 13 Feb 2007 12:11:53 -0800 (PST) Message-ID: Date: Tue, 13 Feb 2007 21:11:53 +0100 From: "Bertrand Delacretaz" Sender: bdelacretaz@gmail.com To: dev@cocoon.apache.org Subject: Re: Jar/Zip Content Caching (and fix) In-Reply-To: <45D2193C.10901@paiwastoon.com.af> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <45D2193C.10901@paiwastoon.com.af> X-Google-Sender-Auth: cebdecfcc2f588ee X-Virus-Checked: Checked by ClamAV on apache.org Hi Mike, On 2/13/07, Mike Dawson wrote: > ...I have done some work using Open Office documents as a source with > jar:http:// ... - I found a major issue was that after the document was > updated the content was still not updated... Using zip: instead of jar: should allow you to use Cocoon's ZipSource instead, which does not have this caching problem. (got this from Vadim, thanks!). This is demonstrated in the sources sample, at http://cocoon.zones.apache.org/demos/release/samples/sources/welcome for example. -Bertrand