-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 7.2
-
Component/s: Infrastructure
For optimization reasons some file initially created as temporary ends up being moved directly to the BinaryManager (to avoid re-copy).
Unfortunately, since temporary files are traked for deletion it can create bad side effects like deleting files in the BinaryManager (see NXP-16745)
We can not simply make the FileEventTracker aware about the BinaryManager simply because of the dependency issue (nuxeo-common can not depend on anything inside the platform).
As a workaround, we can have the FileEventTracker expose an API to register "protected paths"