Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 37108 invoked from network); 7 Sep 2005 15:57:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Sep 2005 15:57:35 -0000 Received: (qmail 34545 invoked by uid 500); 7 Sep 2005 15:57:34 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 34520 invoked by uid 500); 7 Sep 2005 15:57:34 -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 34507 invoked by uid 99); 7 Sep 2005 15:57:34 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 08:57:34 -0700 X-ASF-Spam-Status: No, hits=0.3 required=10.0 tests=HTML_10_20,HTML_MESSAGE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of carlin.rogers@gmail.com designates 64.233.162.192 as permitted sender) Received: from [64.233.162.192] (HELO zproxy.gmail.com) (64.233.162.192) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Sep 2005 08:57:47 -0700 Received: by zproxy.gmail.com with SMTP id i1so1009716nzh for ; Wed, 07 Sep 2005 08:57:33 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type; b=Zx6hrDRiEGf+1kC2+hDv7H/b40pmyXzF1PyM4BnBO70eDD0RESFx1i6ZxjfO/qm9Um78hQA51GXroJS1rF17jUb8TxybMwiAyORcDM8C6C2Moc2exTMKGoDlqQBRwG/vt7m4haesxKYgQWFdqSqQFFJd1AyQ7Hz01R8oqnT5zL0= Received: by 10.36.221.73 with SMTP id t73mr6731899nzg; Wed, 07 Sep 2005 08:57:33 -0700 (PDT) Received: by 10.36.100.8 with HTTP; Wed, 7 Sep 2005 08:57:33 -0700 (PDT) Message-ID: Date: Wed, 7 Sep 2005 09:57:33 -0600 From: Carlin Rogers Reply-To: carlin.rogers@gmail.com To: Beehive Developers Subject: [PATCH] BEEHIVE-909: PageFlowUtils.strutsLookup() when response is committed Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_19335_32057440.1126108653186" X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N ------=_Part_19335_32057440.1126108653186 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline I've created a patch and attached it to the following JIRA bug. http://issues.apache.org/jira/browse/BEEHIVE-909 I modified the PageFlowRequestWrapper class adding "scopedLookup" to the=20 state to indicate whether the request wrapper is being used in a call=20 through the API. In PageFlowUtils.strutsLookup() I set scopedLookup to true= =20 and in PageFlowRequestProcessor.doForward() I do the direct include only if= =20 the request wrapper is not a scopedLookup and the response is committed. The patch includes test files to reproduce the issue and a test recording= =20 for BVT. Let me know if you have any questions. Kind regards, Carlin ------=_Part_19335_32057440.1126108653186--