Hi Jeff, When you restart the Restlet server and try to delete again (but immediately), do you still get the issue? If you can isolate your issue into a reproducible sample code, we would definitely have a look at it.
Best regards, Jérôme Louvel -- Restlet ~ Founder and Lead developer ~ http://www.restlet.org Noelios Technologies ~ Co-founder ~ http://www.noelios.com -----Message d'origine----- De : news [mailto:[EMAIL PROTECTED] De la part de Jeff Ramsdale Envoyé : mercredi 1 octobre 2008 05:19 À : [email protected] Objet : Re: PUT to a Directory fails Shockingly, I'm on Windows XP Pro. Anything special I should do to make sure I'm not leaving something open? -jeff Rob Heittman wrote: > Server OS details? This comes up often on Windows, which will not > allow you to delete a file that has an InputStream open to it. Not > sure why an InputStream would still be open, though ... it's not a > feature if it is. > > On Tue, Sep 30, 2008 at 8:48 PM, Jeff Ramsdale <[EMAIL PROTECTED]> wrote: >> I'm using GWT and Restlet 1.1-SNAPSHOT. My server provides a Directory, from >> which I can GET a text file and display it in an editable TextArea in the >> browser. I have a button that should PUT the modified contents back to the >> server but the PUT fails on the server with: >

