Antonio Sanso created SLING-4903:
------------------------------------
Summary: ConcurrentModificationException in MapEntries
Key: SLING-4903
URL: https://issues.apache.org/jira/browse/SLING-4903
Project: Sling
Issue Type: Bug
Components: ResourceResolver
Reporter: Antonio Sanso
Assignee: Antonio Sanso
{code}
org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught
Throwable java.util.ConcurrentModificationException: null
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:859)
at java.util.ArrayList$Itr.next(ArrayList.java:831)
at
org.apache.sling.resourceresolver.impl.mapping.MapEntries$MapEntryIterator.seek(MapEntries.jav
a:1499)
at
org.apache.sling.resourceresolver.impl.mapping.MapEntries$MapEntryIterator.next(MapEntries.jav
a:1450)
at
org.apache.sling.resourceresolver.impl.mapping.MapEntries$MapEntryIterator.next(MapEntries.jav
a:1411)
at
org.apache.sling.resourceresolver.impl.ResourceResolverImpl.resolveInternal(ResourceResolverIm
pl.java:251)
at
org.apache.sling.resourceresolver.impl.ResourceResolverImpl.resolve(ResourceResolverImpl.java:
192)
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)