Hi,

when I execute the WebdavResource.deleteMethod I get a HttpException
with status code 404. Here is the code of the method:

-------------
public boolean deleteMethod()
throws HttpException, IOException {
  boolean result = deleteMethod(httpURL.getPath());
  if (result) refresh();
  return result;
}
-------------

I think refresh should not be called after the delete. Refresh tries
to read properties of the resource. But it has been deleted.

I have commented out the refresh call. Now delete works without a
exception.

Regards
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to