JcrModifiablePropertyMap remove method doesn't remove
-----------------------------------------------------
Key: SLING-890
URL: https://issues.apache.org/jira/browse/SLING-890
Project: Sling
Issue Type: Bug
Components: JCR Resource
Affects Versions: JCR Resource 2.0.2
Reporter: christian
Priority: Minor
Call to this Map remove method does not remove from the map, nor are the
removals persisted on call to its save method.
I guess this is to to a mistake in the method at ln 108.
final Object oldValue = this.cache.get(key);
Here the read vealues are just accesses but not removed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.