Hi, I'm using Slide server 1.0.16 with the client library.
I noticed that, when I try to PUT on a server some data from an inexisting file, the server creates the asked resource, but empty. (For example : I call putMethod(destination, file) with destination = /files/onefile.htm but file path is false.) If I retry the PUT, with the right file path, the server send me a conflict error (code 409). And when I want to delete this resource, and re-PUT the right one, the server answers : not found (404), although I can clearly see that the resource REALLY exists ! What can I do ? Why can't I delete the resource ? Please help :o(
