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 16:59:36 UTC

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

    [ 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.