Christophe,
If your proxy server will use <meta> data in the page, then the
following to the <head> element of
WEB-INF/templates/vm/html/.../default.vm
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="0" />
Paul Spencer
Christophe MESTRALLET wrote:
>
> Hello,
> I have the following problem :
> I am using Jetspeed behind a proxy server.
> Unfortunately, the proxy server serves cached files.
> I want to add something like :
> response.setHeader("Pragma", "no-cache");
> response.setHeader("Cache-Control", "no-cache");
> response.setDateHeader("Expires", 0);
>
> on the response but I don't know were to put these instructions....
>
> could you please help me ?
>
> Thanks.
>
> Christophe Mestrallet
> [EMAIL PROTECTED]
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]