[ http://issues.apache.org/jira/browse/BEEHIVE-938?page=all ]
Eddie O'Neil resolved BEEHIVE-938:
----------------------------------
Resolution: Fixed
Assign To: Krista Baker (was: Eddie O'Neil)
Thanks for catching that, Krista -- nice copy and paste error on my part. :)
Fixed in SVN 290172.
> 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: Krista Baker
> 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