Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
None
-
None
Description
Investigating SLING-6147 I see this in the logs when deleting a /content node:
13.10.2016 16:20:23.895 *DEBUG* [oak-executor-17] org.apache.sling.resourceresolver.impl.mapping.MapEntries onChange, type=REMOVED, path=/content 13.10.2016 16:20:23.895 *DEBUG* [oak-executor-17] org.apache.sling.resourceresolver.impl.mapping.MapEntries onChange, type=CHANGED, path=/content 13.10.2016 16:20:23.895 *DEBUG* [oak-executor-17] org.apache.sling.resourceresolver.impl.mapping.MapEntries doAddVanity getting /content
And MapEntries.isValidVanityPath() then fails as it's getting a null resource.
cziegeler I suppose this is related to recent listener mechanism changes? Getting a CHANGED event after the DELETE doesn't seem correct.
Attachments
Issue Links
- is related to
-
SLING-6147 Four tests fail in ResourceResolverTest
- Resolved