On Oct 9, 2008, at 1:27 AM, Thierry Boileau wrote:
In your case, you don't want to send an entity but still want to set the "Location" header. Thus, don't set the response's entity but call the Response#setLocationRef method (see also this link [2] for more details about the mapping HTTP headers/Restlet API).
Thank you. That works very well. Mark

