Uploaded image for project: 'Beehive'
  1. Beehive
  2. BEEHIVE-938

PageFlowConfig from beehive-netui-config, max-nesting-stack-depth is set incorrectly

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.0
    • 1.0
    • NetUI
    • None

    Description

      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

      Attachments

        1. BEEHIVE-938.diff
          0.8 kB
          Krista Baker

        Activity

          People

            kbaker Krista Baker
            kbaker Krista Baker
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: