Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 574 invoked from network); 11 Mar 2011 10:13:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 11 Mar 2011 10:13:24 -0000 Received: (qmail 75363 invoked by uid 500); 11 Mar 2011 10:13:24 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 75325 invoked by uid 500); 11 Mar 2011 10:13:23 -0000 Mailing-List: contact dev-help@poi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "POI Developers List" Delivered-To: mailing list dev@poi.apache.org Received: (qmail 75316 invoked by uid 99); 11 Mar 2011 10:13:23 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 10:13:23 +0000 X-ASF-Spam-Status: No, hits=-1997.7 required=5.0 tests=ALL_TRUSTED,FSL_RU_URL X-Spam-Check-By: apache.org Received: from [140.211.11.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Mar 2011 10:13:21 +0000 Received: from thor.apache.org (localhost [127.0.0.1]) by thor.apache.org (8.13.8+Sun/8.13.8) with ESMTP id p2BACxda028380 for ; Fri, 11 Mar 2011 10:12:59 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id p2BACxnD028379; Fri, 11 Mar 2011 05:12:59 -0500 (EST) Date: Fri, 11 Mar 2011 05:12:59 -0500 (EST) Message-Id: <201103111012.p2BACxnD028379@thor.apache.org> From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 50779] RecordFormatException Not enough data (1) to read requested (2) bytes X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: HSSF X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: yegor@dinom.ru X-Bugzilla-Status: RESOLVED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: dev@poi.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Status Resolution In-Reply-To: References: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=50779 Yegor Kozlov changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #7 from Yegor Kozlov 2011-03-11 05:12:54 EST --- Fixed in r1080496, junit added My previous comment was not quite correct, I should have read the poi-user thread more thoroughly. The fix only applies to the phonetic stuff, it does seem to be special and can contain a CONTINUE break between two bytes of a unicode character or a 'short' data. The trick is to pass a decorated LittleEndianInput to the the ExtRst constructor and this decorated instance properly handles CONTINUE breaks in the middle of primitive data types. Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org For additional commands, e-mail: dev-help@poi.apache.org