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
Assigned to: Eddie O'Neil
Fix For: V1
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