-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.3.2
-
Fix Version/s: 5.4
-
Component/s: Synchronization
The xpath of the blob property contains the schema name and the prefix, which is incorrect when trying to read or set the property.
Currently, the xpath is computed like this: extrafile:extrafile:content/data
The schema name only needs to be concatenated if the prefix is missing.