Hi Felix,

On Wed, May 19, 2010 at 00:42, Meng Wu <[email protected]> wrote:

> Hey all,
>
> We've been having browser caching problems for attachments where users have
> had to wait hours before their data would be updated in xwiki.For IE, for
> example, killing all instances of IE, restarting the browser, and then
> visiting the attachment is a solution to this problem. We basically need a
> way to add a Cache-Control header when the server responds to the attachment
> link. Is there a way to prevent caching of the URL for attachments in the
> web browser by changing the config files, or by changing something in the
> xwiki code?
>

A solution I've implemented is to change the template that serves
attachments to add the revision number at the end of the attached file
download link (in attachmentsinline.vm
):

<span class="name"><a
href="$doc.getAttachmentRevisionURL(${attach.filename},
${attach.getVersion()})"
title="$msg.get('core.viewers.attachments.download')">#packName($attach.filename)</a></span>

Guillaume


> Thanks,
>
> Felix
>
>
>
>
>
> _______________________________________________
> users mailing list
> [email protected]
> http://lists.xwiki.org/mailman/listinfo/users
>



-- 
Guillaume Lerouge
Product Manager - XWiki SAS
Skype: wikibc
Twitter: glerouge
http://guillaumelerouge.com/
_______________________________________________
users mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/users

Reply via email to