You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Krista Baker (JIRA)" <de...@beehive.apache.org> on 2005/09/17 18:16:56 UTC

[jira] Updated: (BEEHIVE-938) PageFlowConfig from beehive-netui-config, max-nesting-stack-depth is set incorrectly

     [ http://issues.apache.org/jira/browse/BEEHIVE-938?page=all ]

Krista Baker updated BEEHIVE-938:
---------------------------------

    Attachment: BEEHIVE-938.diff

Patch to be applied from beehive/trunk

> PageFlowConfig from beehive-netui-config, max-nesting-stack-depth is set incorrectly
> ------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-938
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-938
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1
>     Reporter: Krista Baker
>     Assignee: Eddie O'Neil
>      Fix For: V1
>  Attachments: BEEHIVE-938.diff
>
> maxNestingStackDepth is set the the maxForwardsPerRequest value when set in beehive-netui-config.xml
> if(maxForwardsPerRequest != null)
>             _maxForwardsPerRequest = maxForwardsPerRequest.intValue();
> if(maxNestingStackDepth != null)
>             _maxForwardsPerRequest = maxNestingStackDepth.intValue();
> Will attach the one line patch to change the last line above to _maxNestingStackDepth

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira