Axel Faust
Axel Faust
I refer you again to the [documentation](https://github.com/Acosix/alfresco-simple-content-stores/blob/master/docs/SelectorPropertyStore.md#copying--moving-content-between-stores): "Instances of this store type will only ever copy contents between backing stores. Similar to Alfresco default behaviour for deleting content, the content...
If you configured your file store to use a different protocol to ensure that content URLs are unique between the default and the encrypted store, Alfresco would cleanup the old...
Apparently if you sent comments to GitHub via email, the attached / inlined images are not properly carried over, so I don't see your screenshot. Have you made sure that...
And have you checked which node is referencing the old content_url? If the node in question uses versioning, then any old version of that node still references the old content...
It is correct that the addon is not encrypting existing documents - I consciously did not design an automatic encryption process because if you'd make a mistake in configuration, it...
Hi Yan - I edited my initial response after looking more closely at the code and realising my initial analysis was incorrect. Can you provide more log output, especially the...
I have added a minor change to master which might potentially be relevant for your case. Without more details about the stacktrace, I cannot be sure, but there was one...
From the stacktrace and the code base, that problem can only happen when there is already content inside the encrypted store using the same URL path, but there is no...
It looks like you are missing the "docker compose" command necessary to build/run the docker-based integration tests. You can run with `-P !composev2 -DskipTests` to run without tests and disabling...
Since I could not update the source branch to rebase the code to the latest OOTBee Support Tools master, I created a new PR from a branch I pushed to...