Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 15283 invoked from network); 20 Jan 2011 01:43:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Jan 2011 01:43:41 -0000 Received: (qmail 35738 invoked by uid 500); 20 Jan 2011 01:43:39 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 35697 invoked by uid 500); 20 Jan 2011 01:43:38 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 35688 invoked by uid 99); 20 Jan 2011 01:43:38 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 01:43:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of burtonrhodes@gmail.com designates 209.85.216.176 as permitted sender) Received: from [209.85.216.176] (HELO mail-qy0-f176.google.com) (209.85.216.176) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Jan 2011 01:43:34 +0000 Received: by qyk10 with SMTP id 10so51617qyk.14 for ; Wed, 19 Jan 2011 17:43:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=KgOFVKJJGxkyjXzTb56YP7wK+VmR9ypK8Yr0WR3TL0s=; b=DD9cBbZA8Xr9UhoDORsKaZYprMgimpk654Bx0G9fdpooFqCmU71DCeTJDXsdZuoja1 fXmIvkWRgS3rYW1ds9qBT48/1Y/Nk1gaBQNkVSWVJcL6Y57PtXqLMh+AxTGsZnHOE02v YeVCiS5Yuz2S9S3x0e4rI88BhrEY8Jb2gurUI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=T2Mw4EP6+uZ1IDBg5tETF+WmyofE1tlX/iTZFWLVn+nVa27Q7xMtYIOPuMQVdbD9zu dYRZa5hNE3fzs7paDdYgiMEO/ho3keenlkEwZmFWgdV+lrEYTBOmi/8UQSlwwxQ5F9CS kVOffwRpYTz0787FUsI8kin98yaF/ur03gYIk= MIME-Version: 1.0 Received: by 10.224.74.14 with SMTP id s14mr1266156qaj.370.1295487791842; Wed, 19 Jan 2011 17:43:11 -0800 (PST) Received: by 10.220.97.68 with HTTP; Wed, 19 Jan 2011 17:43:11 -0800 (PST) In-Reply-To: References: Date: Wed, 19 Jan 2011 19:43:11 -0600 Message-ID: Subject: Re: [S2] Struts doesn't upload 0 byte files? From: Burton Rhodes To: Struts Users Mailing List , lukasz.lenart@gmail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Done! https://issues.apache.org/jira/browse/WW-3562 On Wed, Jan 19, 2011 at 1:02 AM, Lukasz Lenart wrote: > 2011/1/19 Burton Rhodes : >> Thanks for all the help. =C2=A0I ended up "solving" the issue with a "if >> (file.exist())" check. >> >> However, in case anyone cares to dive into this, I've attached a very >> simple Struts2/Maven app that demonstrates the problem. =C2=A0After tryi= ng >> to debug the root cause, I think it may be unrelated to Struts and >> more of a container issue. =C2=A0It's almost like all the file informati= on >> is being transmitted to Struts, but it just refuses to copy an empty >> file to the container work directory. =C2=A0If anyone has the time and i= s >> smarter than me (which is likely), this should get you started... > > Could you register an issue and attach the demo app ? > > https://issues.apache.org/jira/browse/WW > > > Kind regards > -- > =C5=81ukasz > + 48 606 323 122 http://www.lenart.org.pl/ > Kapitu=C5=82a Javarsovia http://javarsovia.pl > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org > For additional commands, e-mail: user-help@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org