assemblee-virtuelle / semapps

A toolbox to create semantic web applications
https://semapps.org
Apache License 2.0
85 stars 8 forks source link

Datasets created with WAC permissions are not deleted #871

Open srosset81 opened 2 years ago

srosset81 commented 2 years ago

If I create a secure "bob" dataset (via fuseki admin), then delete it via the Fuseki interface, this dataset is still visible in the /fuseki/databases folder (bob and bobAcl folders).

This bug does not occur for non-secure datasets (without WebACL). As soon as you delete them, the entire folder disappears.

It therefore seems to be linked to our custom WAC extension.

srosset81 commented 2 years ago

The biggest problem is that if you recreate a dataset with the same name, the old data is still there!

What's more, I've been getting "already closed" errors from Fuseki, which are undoubtedly linked to this.

srosset81 commented 2 years ago

For ActivityPods, it's very annoying because you can't easily delete a user account (each user/pod has its own dataset).