On 17 Jan 2003 at 11:27, Nevermann, Dr., Peter wrote: > > I deleted a directory (kurs2) using DeleteMethod. After restart > > of Slide the directory was back, because my Domain.xml defines > > it. OK. But: All the structure of the directory is also back, > > what must be a bug. The content is deleted, but the structure > > is still there. When I access the content, it says Not Found: > > Revision 1.0 of object /files/kurs2/davACL_draft.htm not found > > I could not reproduce the problem sending a "DELETE /files/kurs2" > request. I assume, the same happens when you use the client-side > DeleteMethod. > > I guess the problem is in the store ... which one are you using? > (I tried with FileContentStore and XMLFileDescriptorsStore).
I'm using FileContentStore and JDBCDescriptorsStore with hsqldb. I observed the following: When I try to delete by MS Webfolder, it says it can't. However, after a refresh it seems to be gone. But the log says, I don't have enough permission to read. That's why it's not shown. In my config I pulled the remove-permission out of /actions/write and mapped it into /actions/delete. Maybe it has to do with this config. The delete permission on /files/kurs2 is for +/users/kurs2/deleters, where the user with whom I try belongs to. Do I need delete permission on /files to delete a directory in /files, i.e. /files/kurs2? I don't have delete permission on /files. The write and delete permissions start on /files/kurs2. If I try a directory inside /files/kurs2, deleting works fine. Thanks for your help. Andreas > > Regards, > Peter > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
