Hello, yes, i know. The behaviour, you described, works fine, but I want more.
I want to send back always a "Expires" Header! If the client does a Conditional GET, the server can send back a new representation with a new "Expires" header OR say "Not Modified" without "Expires" header, but if i do not send back the Expires Header, from now on the client doesn't use the cache and does always a Conditional GET. ONLY if i do a "normal" Get, then the representation is sent back with the Expires Header and then the client use the cache again until the Expiration time. I'm asking for a possibility to say "Not Modified" AND set the Expires Header, but i can't do that with Restlet. See below... Thank you. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2423504

