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:31:27 UTC

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

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

        

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

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-2125.
-------------------------------------

       Resolution: Fixed
    Fix Version/s: JCR Resource 2.0.12

Sorting the list with revision 1142669

> 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
>            Assignee: Carsten Ziegeler
>             Fix For: JCR Resource 2.0.12
>
>
> 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

        

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

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler reassigned SLING-2125:
---------------------------------------

    Assignee: Carsten Ziegeler

> 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
>            Assignee: Carsten Ziegeler
>
> 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

        

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

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-2125?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed SLING-2125.
-----------------------------------

    
> 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
>            Assignee: Carsten Ziegeler
>             Fix For: JCR Resource 2.1.0
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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

Posted by "Geoffroy Schneck (JIRA)" <ji...@apache.org>.
     [ 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