Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 8568 invoked from network); 17 Aug 2005 15:02:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 17 Aug 2005 15:02:22 -0000 Received: (qmail 14350 invoked by uid 500); 17 Aug 2005 15:02:18 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 14301 invoked by uid 500); 17 Aug 2005 15:02:17 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 14280 invoked by uid 99); 17 Aug 2005 15:02:16 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2005 08:02:16 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of cprbst@gmail.com designates 64.233.184.197 as permitted sender) Received: from [64.233.184.197] (HELO wproxy.gmail.com) (64.233.184.197) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Aug 2005 08:02:35 -0700 Received: by wproxy.gmail.com with SMTP id i7so166583wra for ; Wed, 17 Aug 2005 08:02:14 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=tT0tU+Woc82ywAwx6d3l3rtvqMRO4WRG6gK4Tl9udwaKZ0dB1/nzx/UuD+LhfG5/tQenn8cqwzOOfyVglVNJ9+sEW18eP2oHWwPCXv7Ucd0TMr2CztGb2XtiqggUtFNwitXhr+IvaDmTNL50tT3AvwBojUuzQJUnGXigabz19to= Received: by 10.54.54.6 with SMTP id c6mr508510wra; Wed, 17 Aug 2005 08:02:13 -0700 (PDT) Received: by 10.54.42.70 with HTTP; Wed, 17 Aug 2005 08:02:13 -0700 (PDT) Message-ID: <13f886ef05081708025c28ca7e@mail.gmail.com> Date: Wed, 17 Aug 2005 10:02:13 -0500 From: Corey Probst To: Struts Developers List Subject: Re: svn commit: r233045 - /struts/tiles/trunk/src/java/org/apache/struts/tiles/commands/TilesPreProcessor.java In-Reply-To: <20050816195041.18295.qmail@minotaur.apache.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20050816195041.18295.qmail@minotaur.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I see this commit for TilesPreProcessor but the nightly build still seems to have the older version referring to the deprecated ForwardConfig constructor. Am I missing something here? On 8/16/05, germuska@apache.org wrote: > Author: germuska > Date: Tue Aug 16 12:50:39 2005 > New Revision: 233045 >=20 > URL: http://svn.apache.org/viewcvs?rev=3D233045&view=3Drev > Log: > fix ForwardConfig constructor to reflect removal of deprecated form in st= ruts-core >=20 > Modified: > struts/tiles/trunk/src/java/org/apache/struts/tiles/commands/TilesPreP= rocessor.java >=20 > Modified: struts/tiles/trunk/src/java/org/apache/struts/tiles/commands/Ti= lesPreProcessor.java > URL: http://svn.apache.org/viewcvs/struts/tiles/trunk/src/java/org/apache= /struts/tiles/commands/TilesPreProcessor.java?rev=3D233045&r1=3D233044&r2= =3D233045&view=3Ddiff > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- struts/tiles/trunk/src/java/org/apache/struts/tiles/commands/TilesPre= Processor.java (original) > +++ struts/tiles/trunk/src/java/org/apache/struts/tiles/commands/TilesPre= Processor.java Tue Aug 16 12:50:39 2005 > @@ -215,9 +215,7 @@ > // by an AbstractPerformForward later as if our ForwardConfig > // were the one actually returned by an executing Action > log.info("Tiles process complete; forward to " + uri); > - // :FIXME: How do we need to coordinate the "context-relativ= e" value > - // with other places it might be set. For now, hardcode to = true. > - sacontext.setForwardConfig( new ForwardConfig("tiles-chain",= uri, false, true) ); > + sacontext.setForwardConfig( new ForwardConfig("tiles-chain",= uri, false) ); > return (false); > } > } >=20 >=20 >=20 > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org > For additional commands, e-mail: dev-help@struts.apache.org >=20 > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org