DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27286>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=27286

OutOfMemoryError when parsing broken file

           Summary: OutOfMemoryError when parsing broken file
           Product: POI
           Version: 2.0FINAL
          Platform: All
               URL: http://www.pondokwan-klub.si/Aktualno\pdk-
                    zagorje%202003-rezultati.xls
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: HSSF
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When trying to get the content of the URL bellow, OutOfMemoryError is thrown. 

http://www.pondokwan-klub.si/Aktualno\pdk-zagorje%202003-rezultati.xls

This is my code, that uses POI:

HSSFWorkbook wb = new HSSFWorkbook(in);

, where in is InputStream reading content of the above URL

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to