Description
Assume following node type which a property defined with type and a residual unnamed property also defined
[oak:foo] - stringProp (String) - * (undefined)
For such node type if a property stringProp is being set with a binary value then Oak converts it into a String property thereby causing binary stream to change. In JR2 conversion would not happen as conversion logic treats setting (stringProp,BINARY) as a residual property
Attachments
Attachments
Issue Links
- is related to
-
OAK-713 Automatic property type conversion
- Resolved