Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
JCR Resource 2.1.0
-
None
Description
This follows SLING-2425 where there was a change in the way JCR properties are escaped before being persited.
The regression happens for properties that have ":" in the name.
For example: jcr:title after the #save() call will turn into jcr%3Atitle so the node will end up with a brand new property, instead of having the old jcr:title updated.
Attachments
Attachments
Issue Links
- supercedes
-
SLING-2425 Incorrect and inconsistent escaping of property names used in JcrPropertyMap
- Closed