Hi! I need to set the response header Content-Location when I create a new resource so the response contains the location of it. In Restlet 1.1 I used the representation.setIdentifier method but now in Restlet 2.0 I use a ConverterService so I have no access to the representation. What should I do? Maybe get the Response and set directly the header? In that case, how is it done?
Thanks a lot! -- View this message in context: http://restlet-discuss.1400322.n2.nabble.com/Setting-identifier-with-converter-Service-tp6029010p6029010.html Sent from the Restlet Discuss mailing list archive at Nabble.com. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2704625

