Re: Caching in WebDav

So I've tried to set "Cache-Control: no-cache"
in the header using simple response.setHeader("Cache-Control","no-cache");

the header is correctly added but the file is still saved on the local hdd.

are there any other tags that must be set?



----- Original Message ----- 
From: "Julian Reschke" <julian.reschke@gmx.de>
To: "Adam Mrozowski" <adams11@poczta.onet.pl>
Cc: <w3c-dist-auth@w3.org>
Sent: Wednesday, August 03, 2005 8:56 PM
Subject: Re: Caching in WebDav


>
> Adam Mrozowski wrote:
>>
>> Thanks for your quick answer:)
>> You are rigth. I'm using xythos but I think that the problem is still on
>> the protocol side.
>> Let's concider the HTTP protocol. In HTTP header you may set if the page 
>> is
>> to be cached or no.
>
> Same in WebDAV.
>
>> I'm thinking about setting it on the protocol side like in http header. 
>> Is
>> it possible, because setting xythos not to cache is unfortunately not 
>> enough
>> for me (I don't want to configure all xythos clients not to cache)?
>
> I guess you'll have to talk to the Xythos support. As far as I remember, 
> Xythos offers different levels of "sharing levels", which will probably 
> affect caching.
>
> Best regards, Julian
> 

Received on Thursday, 4 August 2005 10:14:01 UTC