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]