You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2008/08/13 12:08:44 UTC

[jira] Created: (SLING-610) Recursion check counts all includes instead of nested includes

Recursion check counts all includes instead of nested includes
--------------------------------------------------------------

                 Key: SLING-610
                 URL: https://issues.apache.org/jira/browse/SLING-610
             Project: Sling
          Issue Type: Bug
          Components: Engine
    Affects Versions: Engine 2.0.2
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Engine 2.0.4


The include counter is only increased but never increased. If you have more than the allowed number of includes (50 currently) during a request in total, the corresponding
exception is thrown.
This behaviour does therefore currently not checked the recursion depths but the total number of includes.

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


Re: [jira] Created: (SLING-610) Recursion check counts all includes instead of nested includes

Posted by Carsten Ziegeler <cz...@apache.org>.
Felix Meschberger wrote
> Hi,
> 
> This sounds like a dupe of SLING-601
> 
Argh, wasn't aware of that. Yes, it is :)
I've implemented one step, decrementing the counter, so while SLING-610 
is done with that, SLING-601 requires more changes.

Carsten
-- 
Carsten Ziegeler
cziegeler@apache.org

Re: [jira] Created: (SLING-610) Recursion check counts all includes instead of nested includes

Posted by Felix Meschberger <fm...@gmail.com>.
Hi,

This sounds like a dupe of SLING-601

Regards
Felix

Carsten Ziegeler (JIRA) schrieb:
> Recursion check counts all includes instead of nested includes
> --------------------------------------------------------------
> 
>                  Key: SLING-610
>                  URL: https://issues.apache.org/jira/browse/SLING-610
>              Project: Sling
>           Issue Type: Bug
>           Components: Engine
>     Affects Versions: Engine 2.0.2
>             Reporter: Carsten Ziegeler
>             Assignee: Carsten Ziegeler
>              Fix For: Engine 2.0.4
> 
> 
> The include counter is only increased but never increased. If you have more than the allowed number of includes (50 currently) during a request in total, the corresponding
> exception is thrown.
> This behaviour does therefore currently not checked the recursion depths but the total number of includes.
> 

[jira] Closed: (SLING-610) Recursion check counts all includes instead of nested includes

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

Carsten Ziegeler closed SLING-610.
----------------------------------

    Resolution: Fixed

> Recursion check counts all includes instead of nested includes
> --------------------------------------------------------------
>
>                 Key: SLING-610
>                 URL: https://issues.apache.org/jira/browse/SLING-610
>             Project: Sling
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: Engine 2.0.2
>            Reporter: Carsten Ziegeler
>            Assignee: Carsten Ziegeler
>             Fix For: Engine 2.0.4
>
>
> The include counter is only increased but never increased. If you have more than the allowed number of includes (50 currently) during a request in total, the corresponding
> exception is thrown.
> This behaviour does therefore currently not checked the recursion depths but the total number of includes.

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