Alexander Demidovich wrote:
>
> 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 ....
Thanks a lot for this bug report - a completely different problem with
the same
cause bit me today, so it made it a lot easier to track down. I've
committed the
suggested fix, since Remy didn't. It works for me (this allows a new
repository
to be created successfully with the JDBCDescriptorStore without the
global
temporary permission remaining).
Michael