From users-return-6956-apmail-jackrabbit-users-archive=jackrabbit.apache.org@jackrabbit.apache.org Tue Apr 01 12:20:52 2008 Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 30019 invoked from network); 1 Apr 2008 12:20:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Apr 2008 12:20:50 -0000 Received: (qmail 71496 invoked by uid 500); 1 Apr 2008 12:20:48 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 71476 invoked by uid 500); 1 Apr 2008 12:20:48 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 71467 invoked by uid 99); 1 Apr 2008 12:20:48 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 05:20:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of Brett.Conoly@digitalinsight.com designates 67.135.240.36 as permitted sender) Received: from [67.135.240.36] (HELO ATLIMS02.corp.ad.diginsite.com) (67.135.240.36) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Apr 2008 12:20:08 +0000 Received: from blackbird2-p.diginsite.com ([172.18.114.5]) by ATLIMS02.corp.ad.diginsite.com with InterScan Message Security Suite; Tue, 01 Apr 2008 08:20:18 -0400 Received: from atlexf01.corp.ad.diginsite.com (atlexf01.corp.ad.diginsite.com [172.18.114.73]) by blackbird2-p.diginsite.com (Tablus Interceptor) for ; Tue, 1 Apr 2008 07:45:53 -0400 Received: from athexm01.corp.ad.diginsite.com ([172.18.124.136]) by atlexf01.corp.ad.diginsite.com with Microsoft SMTPSVC(6.0.3790.1830); Tue, 1 Apr 2008 08:20:16 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: webdav caching Date: Tue, 1 Apr 2008 08:20:15 -0400 Message-ID: <7E79528FEA116746A9B896C817C51E5B02D57BEC@athexm01.corp.ad.diginsite.com> In-Reply-To: <7E79528FEA116746A9B896C817C51E5B02D57BEB@athexm01.corp.ad.diginsite.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: webdav caching Thread-Index: AciTXhY7fubzIlAzRBuxHph6NpVtlAAlFeCw References: <7E79528FEA116746A9B896C817C51E5B02D57BEB@athexm01.corp.ad.diginsite.com> From: "Conoly, Brett" To: X-OriginalArrivalTime: 01 Apr 2008 12:20:16.0265 (UTC) FILETIME=[BE362F90:01C893F2] X-Tablus-Inspected: yes X-Tablus-Classifications: public X-Tablus-Action: allow X-Virus-Checked: Checked by ClamAV on apache.org It seems webdav is sending headers to tell the browsers to cache. Does anyone know if there is a place to configure the servlet not to cache? =20 Details below... -----Original Message----- From: Conoly, Brett=20 Sent: Monday, March 31, 2008 2:36 PM To: users@jackrabbit.apache.org Subject: webdav caching Hello all, I'm currently running a cocoon server that's accessing parts of my site through the webdav servlet. Unfortunately the servlet seems to tell the browser (or http requester, cocoon in this case) to cache everything that is requested from it. This is fine for a regular browser because you can hit refresh to get it to come back with the updated content. Unfortunately we cannot tell the cocoon server to refresh the page because webdav is not telling it that it's dirty. Is there any configuration that I'm missing so that I can tell the webdav servlet to stop telling the browser to cache or at least check if the file is "dirty" to fix this? Thanks in advance, Brett