Hi Rob,
Thanks for such a fast answer!

After reading the discussion, I both tried to set a property on the client 
Request, and the server Response, with:

Map<String,Object> map = new HashMap<String,Object>();
map.put("Cache-Control", "no-store");

// server side
response.setAttributes(map); 
// client side
request.setAttributes(map); 

none of these work :/

I was using version 1.1 of Restlet. Let me just also mention that I only had 
the caching problem when using GWT in hosted mode: when I try calling the 
resource directly in Firefox adress bar, I do not get problem with the cache.

Martin

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=1355874

Reply via email to