I'm working on a SlingPostProcessor. As part of this I need to remove a field value that was passed in as part of the POST. If I use a session object, I can remove the item and there isn't a problem. However, I wanted to abstract out the usage of the Session object so it's not tied to a JCR and so I tried using the ModifiableValueMap.
This doesn't work. I can add things via that ValueMap, but removing items doesn't seem to have an effect. Hoping someone can shed some insight.
