You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Geoffroy Schneck (JIRA)" <ji...@apache.org> on 2011/07/04 15:39:21 UTC

[jira] [Updated] (SLING-2125) Jcr Resource mappings are not all applied when a certain number of mapping entries is created

     [ https://issues.apache.org/jira/browse/SLING-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Geoffroy Schneck updated SLING-2125:
------------------------------------

    Description: 
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 415, 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.


  was:
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.



> 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 415, 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