Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 39708 invoked from network); 17 Sep 2005 16:17:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Sep 2005 16:17:01 -0000 Received: (qmail 86099 invoked by uid 500); 17 Sep 2005 16:17:00 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 85890 invoked by uid 500); 17 Sep 2005 16:16:59 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 85876 invoked by uid 99); 17 Sep 2005 16:16:59 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=SPF_FAIL X-Spam-Check-By: apache.org Received: from [192.87.106.226] (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 Sep 2005 09:16:57 -0700 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (Postfix) with ESMTP id 0AC2D277 for ; Sat, 17 Sep 2005 18:16:56 +0200 (CEST) Message-ID: <1564699588.1126973816042.JavaMail.jira@ajax.apache.org> Date: Sat, 17 Sep 2005 18:16:56 +0200 (CEST) From: "Krista Baker (JIRA)" To: dev@beehive.apache.org Subject: [jira] Updated: (BEEHIVE-938) PageFlowConfig from beehive-netui-config, max-nesting-stack-depth is set incorrectly In-Reply-To: <2044184289.1126973575089.JavaMail.jira@ajax.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ 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