I've installed Slide with Mysql (3.22) as Descriptor and Content Store.

Addind to ACL works file but not deleting entries from the one.
When I'm deleting some ACL entry it goes out and WEBDAV servlet doesn't
show it - no problem. But after I restart Tomcat this deleted entry is
restored!

I've investigated the code a little bit.
Here is sql query:
"delete from permissions where object= ? and revisionnumber = ? and subject
= ? and action = ?"

I'm not sure, but may be, if the revisionnumber is NULL this SQL must
contain something like this:

        ... and revisionnumber is NULL and ....


Reply via email to