-
Bug
-
Resolution: Done
-
Blocker
-
3.5.0.Final
-
None
It is possible to use Workspace.copy(...) and Workspace.clone(...) to create internal copies of external nodes (see MODE-1976 and MODE-1975). However, when those external nodes contain ExternalBinaryValue property values, then those ExternalBinaryValue instances are simply reused in the internal node's corresponding property. Instead, the internal node's binary values should always be stored in the binary store.
This problem was found by reviewing the code while trying to resolve MODE-2061.