From issues-return-9435-apmail-commons-issues-archive=commons.apache.org@commons.apache.org Tue Aug 11 01:24:31 2009 Return-Path: Delivered-To: apmail-commons-issues-archive@minotaur.apache.org Received: (qmail 76712 invoked from network); 11 Aug 2009 01:24:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Aug 2009 01:24:31 -0000 Received: (qmail 43136 invoked by uid 500); 11 Aug 2009 01:24:37 -0000 Delivered-To: apmail-commons-issues-archive@commons.apache.org Received: (qmail 43012 invoked by uid 500); 11 Aug 2009 01:24:37 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 43002 invoked by uid 99); 11 Aug 2009 01:24:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 01:24:37 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Aug 2009 01:24:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 49FBA234C004 for ; Mon, 10 Aug 2009 18:24:15 -0700 (PDT) Message-ID: <1242407953.1249953855295.JavaMail.jira@brutus> Date: Mon, 10 Aug 2009 18:24:15 -0700 (PDT) From: "Gayatri Deshpande (JIRA)" To: issues@commons.apache.org Subject: [jira] Updated: (VFS-273) Files with lines containing whitespace characters trailing as well as embedded in between are not transferred correctly In-Reply-To: <551742755.1249953735098.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/VFS-273?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gayatri Deshpande updated VFS-273: ---------------------------------- Affects Version/s: 1.1 > Files with lines containing whitespace characters trailing as well as embedded in between are not transferred correctly > ----------------------------------------------------------------------------------------------------------------------- > > Key: VFS-273 > URL: https://issues.apache.org/jira/browse/VFS-273 > Project: Commons VFS > Issue Type: Bug > Affects Versions: 1.1 > Environment: Windows, AIX, JDK 1.5 > Reporter: Gayatri Deshpande > > I was trying to transfer a plain text file with fixed length fields. The length of any line in the file must be fixed. For this whitespace characters are used to pad within the line as well as at the end whenever remaining length of a field is unused or in case of field with null values. > On AIX, where the length should have been 401 characters, only 93 characters are transferred (seemingly first 93) > On Windows, for the same file, only 75 charatcers are transferred (seemingly first 75) > This is the string in the file (without the quotes): > "XY000010123456789011123TEST TESTTEST 000 N. APACHE STREET OPENSOURCE NY 12345123456 00001234567890000 00 XXXXX00000000000000000 0000123 " -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.