Jcr Resource mappings are not all applied when a certain number of mapping
entries is created
---------------------------------------------------------------------------------------------
Key: SLING-2125
URL: https://issues.apache.org/jira/browse/SLING-2125
Project: Sling
Issue Type: Bug
Components: JCR
Affects Versions: JCR Resource 2.0.10
Reporter: Geoffroy Schneck
Add 13 URL Mappings to "resource.resolver.mapping" property of the Jcr Resource
Resolver.
Not every mapping is applied.
-> In class org.apache.sling.jcr.resource.internal.JcrResourceResolver line
388, the list "this.factory.getMapEntries().getResolveMaps()" is not correctly
sorted anymore.
The entry "MapEntry: match:^[^/]+/[^/]+/, replacement:/, internal, " is not at
the end, end every entries below this one is not processed.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira