[ http://issues.apache.org/jira/browse/BEEHIVE-938?page=all ] Krista Baker closed BEEHIVE-938: --------------------------------
Verified the patch is in there and that the max-nesting-stack-depth and max-forwards-per-request are now both set correctly from beehive-netui-config.xml > 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
