Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 81027 invoked from network); 8 May 2007 16:41:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 8 May 2007 16:41:41 -0000 Received: (qmail 3640 invoked by uid 500); 8 May 2007 16:41:45 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 3581 invoked by uid 500); 8 May 2007 16:41:45 -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 3570 invoked by uid 99); 8 May 2007 16:41:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 09:41:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jak-struts-dev@m.gmane.org designates 80.91.229.2 as permitted sender) Received: from [80.91.229.2] (HELO ciao.gmane.org) (80.91.229.2) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 May 2007 09:41:38 -0700 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1HlSkX-0004Ip-3Y for dev@struts.apache.org; Tue, 08 May 2007 18:41:17 +0200 Received: from cpe0016b5ef7ea1-cm0014e88ef4b4.cpe.net.cable.rogers.com ([74.99.167.14]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 May 2007 18:41:17 +0200 Received: from laurie by cpe0016b5ef7ea1-cm0014e88ef4b4.cpe.net.cable.rogers.com with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 May 2007 18:41:17 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: dev@struts.apache.org From: Laurie Harper Subject: Re: FileUploadInterceptor problem Date: Tue, 08 May 2007 12:40:32 -0400 Lines: 45 Message-ID: References: <46401BE6.5030708@consol.pl> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: cpe0016b5ef7ea1-cm0014e88ef4b4.cpe.net.cable.rogers.com User-Agent: Thunderbird 1.5.0.10 (Macintosh/20070221) In-Reply-To: <46401BE6.5030708@consol.pl> Sender: news X-Virus-Checked: Checked by ClamAV on apache.org Please post questions about using Struts to the Struts Users list only.=20 The Struts Dev list is for discussing the development and enhancement of = Struts itself. http://struts.apache.org/mail.html L. Micha=B3 Lety=F1ski wrote: > Hi. > I want to set a maximumSize parameter to FileUploadInterceptor. > In the example, code looks like this: >=20 > > 12345 > >=20 > FileUploadInterceptor is in the default-stack. My struts.xml config: >=20 > > > > > >=20 > How to set the param to the fileupload interceptor ? I tried to=20 > overwrite this itrerceptor: >=20 > class=3D"org.apache.struts2.interceptor.FileUploadInterceptor"> > 12345 > >=20 > But didnt work. > I tried to inject this param to default-stack: >=20 > > 1234 > >=20 > And tried to re-define default-stack to my-stack without fileupload=20 > inteceptor - other problem occurs with servletConfig interceptor. > Any ideas ? --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org For additional commands, e-mail: dev-help@struts.apache.org