You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2010/05/26 15:48:46 UTC

[jira] Created: (SLING-1529) Endless iteration in LocationIterator with circular resource super types

Endless iteration in LocationIterator with circular resource super types
------------------------------------------------------------------------

                 Key: SLING-1529
                 URL: https://issues.apache.org/jira/browse/SLING-1529
             Project: Sling
          Issue Type: Bug
          Components: Servlets
    Affects Versions: Servlets Resolver 2.0.8
            Reporter: Tobias Bocanegra


The location iterator does not detect resource super type circular references and causes script resolution to loop endlessly.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (SLING-1529) Endless iteration in LocationIterator with circular resource super types

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

Felix Meschberger closed SLING-1529.
------------------------------------


Closes issue after bundle release.

> Endless iteration in LocationIterator with circular resource super types
> ------------------------------------------------------------------------
>
>                 Key: SLING-1529
>                 URL: https://issues.apache.org/jira/browse/SLING-1529
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Resolver 2.0.8
>            Reporter: Tobias Bocanegra
>            Assignee: Carsten Ziegeler
>             Fix For: Servlets Resolver 2.1.0
>
>
> The location iterator does not detect resource super type circular references and causes script resolution to loop endlessly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SLING-1529) Endless iteration in LocationIterator with circular resource super types

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/SLING-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12871760#action_12871760 ] 

Tobias Bocanegra commented on SLING-1529:
-----------------------------------------

use case:

resource A with sling:resourceSuperType "B"
resource B with sling:resourceSuperType "A"

request to node C with sling:resourceType A

-> servlet resolver ends in an endless loop

> Endless iteration in LocationIterator with circular resource super types
> ------------------------------------------------------------------------
>
>                 Key: SLING-1529
>                 URL: https://issues.apache.org/jira/browse/SLING-1529
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Resolver 2.0.8
>            Reporter: Tobias Bocanegra
>
> The location iterator does not detect resource super type circular references and causes script resolution to loop endlessly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SLING-1529) Endless iteration in LocationIterator with circular resource super types

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

Carsten Ziegeler resolved SLING-1529.
-------------------------------------

    Fix Version/s: Servlets Resolver 2.0.10
       Resolution: Fixed

Added a test case and a fix in revision 949834

> Endless iteration in LocationIterator with circular resource super types
> ------------------------------------------------------------------------
>
>                 Key: SLING-1529
>                 URL: https://issues.apache.org/jira/browse/SLING-1529
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Resolver 2.0.8
>            Reporter: Tobias Bocanegra
>            Assignee: Carsten Ziegeler
>             Fix For: Servlets Resolver 2.0.10
>
>
> The location iterator does not detect resource super type circular references and causes script resolution to loop endlessly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SLING-1529) Endless iteration in LocationIterator with circular resource super types

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

Carsten Ziegeler reassigned SLING-1529:
---------------------------------------

    Assignee: Carsten Ziegeler

> Endless iteration in LocationIterator with circular resource super types
> ------------------------------------------------------------------------
>
>                 Key: SLING-1529
>                 URL: https://issues.apache.org/jira/browse/SLING-1529
>             Project: Sling
>          Issue Type: Bug
>          Components: Servlets
>    Affects Versions: Servlets Resolver 2.0.8
>            Reporter: Tobias Bocanegra
>            Assignee: Carsten Ziegeler
>
> The location iterator does not detect resource super type circular references and causes script resolution to loop endlessly.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.