You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by Alan Canon <ac...@genscape.com> on 2007/01/30 19:55:26 UTC

Bug 28231 POIFS throws an IOException when trying to open a file whose size is not a multiple of 512

http://issues.apache.org/bugzilla/show_bug.cgi?id=28231

 

How can I push this toward being committed to the svn repository? I am
stuck having to use a temporary disk file as a buffer so I can use
FileInputStream instead of ByteArrayInputStream, and I think this patch
would fix that.

 

Alan B. Canon

Senior Java Developer

Genscape, Inc.

(502) 292-5334

 


Re: Bug 28231 POIFS throws an IOException when trying to open a file whose size is not a multiple of 512

Posted by Yegor Kozlov <ye...@dinom.ru>.
Can you upload a testcase that triggers this bug and proves that the
suggested fix works?

Regards,
Yegor

AC> http://issues.apache.org/bugzilla/show_bug.cgi?id=28231

 

AC> How can I push this toward being committed to the svn repository? I am
AC> stuck having to use a temporary disk file as a buffer so I can use
AC> FileInputStream instead of ByteArrayInputStream, and I think this patch
AC> would fix that.

 

AC> Alan B. Canon

AC> Senior Java Developer

AC> Genscape, Inc.

AC> (502) 292-5334


---------------------------------------------------------------------
To unsubscribe, e-mail: poi-dev-unsubscribe@jakarta.apache.org
Mailing List:    http://jakarta.apache.org/site/mail2.html#poi
The Apache Jakarta POI Project: http://jakarta.apache.org/poi/