Hello, I have an issue with the implementation of PUT on files. Let say I have files in a directory : test.xml test2.xml If I make a PUT on test.xml it will modify test2.xml which is not exactilly what I would expect. I don't really catch what I don't understand reading from line 187 to line 219 in FileClientHelper. If it is not a bug what should I do ?
I am using this line of code : Response resp = Application.getCurrent().getContext().getClientDispatcher().put(resourceUri,new DomRepresentation(MediaType.TEXT_XML,doc)); I am using Restlet 1.1M4. Thanks a lot, Rémi

