Return-Path: Delivered-To: apmail-poi-dev-archive@www.apache.org Received: (qmail 55043 invoked from network); 5 May 2010 15:11:29 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 5 May 2010 15:11:29 -0000 Received: (qmail 32906 invoked by uid 500); 5 May 2010 15:11:29 -0000 Delivered-To: apmail-poi-dev-archive@poi.apache.org Received: (qmail 32883 invoked by uid 500); 5 May 2010 15:11:29 -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 32875 invoked by uid 99); 5 May 2010 15:11:29 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 15:11:29 +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.22] (HELO thor.apache.org) (140.211.11.22) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 May 2010 15:11:26 +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 o45FB5Yn027675 for ; Wed, 5 May 2010 15:11:05 GMT Received: (from daemon@localhost) by thor.apache.org (8.13.8+Sun/8.13.8/Submit) id o45FB5q7027674; Wed, 5 May 2010 11:11:05 -0400 (EDT) Date: Wed, 5 May 2010 11:11:05 -0400 (EDT) Message-Id: <201005051511.o45FB5q7027674@thor.apache.org> From: bugzilla@apache.org To: dev@poi.apache.org Subject: DO NOT REPLY [Bug 49139] POIFSystem() fails to handle 4K block OLE documents. X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: POI X-Bugzilla-Component: POIFS X-Bugzilla-Keywords: X-Bugzilla-Severity: blocker X-Bugzilla-Who: nick.burch@alfresco.com 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=49139 Nick Burch changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED --- Comment #12 from Nick Burch 2010-05-05 11:10:57 EDT --- DocumentBlock has 512 hard coded in it too, but slightly more subtly (contained 2^9, rather than the literal 512) Fixed (r941334) to use the correct big block size, and now your 4k file can be loaded fine in your viewer. On a different note, please do consider submitting at least some of your viewer as a ZVI metadata text extractor! -- 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