[
https://issues.apache.org/jira/browse/COCOON-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grzegorz Kossakowski closed COCOON-1939.
----------------------------------------
Resolution: Fixed
Fix Version/s: 2.2-dev (Current SVN)
Fixed in r572015.
> Stack overflow when inheriting from block that alread inherits from another
> one
> -------------------------------------------------------------------------------
>
> Key: COCOON-1939
> URL: https://issues.apache.org/jira/browse/COCOON-1939
> Project: Cocoon
> Issue Type: Bug
> Components: - Servlet service framework
> Affects Versions: 2.2-dev (Current SVN)
> Reporter: Alexander Klimetschek
> Assignee: Grzegorz Kossakowski
> Fix For: 2.2-dev (Current SVN)
>
>
> There are problems with the following scenario: I have one Block A, another
> one B that has A as super-block defined and a third one C that has B as
> super-block defined.
> The super-relation between B and A works ok, but if you start in C, then
> forward to B, which in turn wants to forward to block A (all via the
> block:super: protocol), a stack overflow happens. It looks like he always
> thinks he is in C, so that block:super: from B will always get to B, thus
> creating an endless loop.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.