I have a resource that for GET returns a large XML. I've notice that when ever client doesn't read the entire response, Marshaller in JaxbRepresentation holds on to passed in objects and they don't get garbage collected.
Is there way to prevent this Memory leak in JaxbRepresentation if client doesn't consume the entire response ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2417262

