users@jersey.java.net

disabling IE cache on the HTTP response

From: Arul Dhesiaseelan <arul_at_fluxcorp.com>
Date: Fri, 16 May 2008 13:49:58 -0600

Hi,

I would like to disable IE caching in my HTTP response produced by REST
service.

Is there a way to set the header params in the response? I would like to
do something like this.

response.setHeader("Expires", "Mon, 26 Jul 1997 05:00:00 GMT"); //
disable IE caching

Thanks!
Arul