I'd like to set an ETag response header while processing a request within my 
ServerResource subclass.  I tried 

getResponseEntity().setTag(new Tag("foo));

but this doesn't work, because there is no entity in the response object yet 
(getResponseEntity returns null).

What's the right way to do this? 

Thanks.
-Andy

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

Reply via email to