I want to set the "Expires" Header in a Response WITHOUT a representation.(because after conditional GET with Status.REDIRECTION_NOT_MODIFIED (304) there is no Representation. Setting the header with getResponseAttributes.put(...) gives me a WARNING, that Expires Header must be set with Restlet Function, but this is only possible with a representation, but i don't have one!)
how can i set the expires header??? Thank you. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2424397

