Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 9313 invoked from network); 25 Jun 2007 18:14:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Jun 2007 18:14:54 -0000 Received: (qmail 27917 invoked by uid 500); 25 Jun 2007 18:14:50 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 27844 invoked by uid 500); 25 Jun 2007 18:14:50 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 27827 invoked by uid 99); 25 Jun 2007 18:14:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 11:14:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 Jun 2007 11:14:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 018A6714187 for ; Mon, 25 Jun 2007 11:14:26 -0700 (PDT) Message-ID: <4972629.1182795266004.JavaMail.jira@brutus> Date: Mon, 25 Jun 2007 11:14:26 -0700 (PDT) From: "Rob Slifka (JIRA)" To: commons-dev@jakarta.apache.org Subject: [jira] Commented: (FILEUPLOAD-135) InputStream created with Streaming API returns EOF on first read() for short files uploaded from FireFox over HTTPS In-Reply-To: <20215714.1179972616300.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/FILEUPLOAD-135?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12507943 ] Rob Slifka commented on FILEUPLOAD-135: --------------------------------------- "Hello Jira" yikes :-) Anyway, is there a way to see the progress on this issue? I.e. if it's been submitted, scheduled, etc.? Just to verify, it is indeed a Firefox-only issue, and not reproducible on any other browser (IE6, IE7, Opera, Safari). > InputStream created with Streaming API returns EOF on first read() for short files uploaded from FireFox over HTTPS > ------------------------------------------------------------------------------------------------------------------- > > Key: FILEUPLOAD-135 > URL: https://issues.apache.org/jira/browse/FILEUPLOAD-135 > Project: Commons FileUpload > Issue Type: Bug > Affects Versions: 1.2, 1.2.1 > Environment: Windows XP > Browser: Firefox 1.5.0.11 > Protocol: HTTPS > Reporter: Alexander Sova > Attachments: commons-fileupload-1.1-bug-short-file-eof.patch, commons-fileupload-1.2-bug-short-file-eof.patch, FILEUPLOAD135.patch > > > This problem happens only with files shorer then boundary string generated by browser and only with Firefox using HTTPS protocol. > For some reason in this particular environment inputStream.read() in MultipartStream.ItemInputStream.makeAvailable() reads not whole HTTP response body, but only file content before boundary string. > I've created a patch fixing this issue. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org