psiegman / epublib

a java library for reading and writing epub files
http://www.siegmann.nl/epublib
1.06k stars 317 forks source link

Some epubs will fail to open with String index out of range: 11 Book does not contain a table of contents file #88

Open hobbsi opened 9 years ago

hobbsi commented 9 years ago

I think it's an error on lines 190/191 of PackageDocumentReader.java in the method fixHrefs. It should be an AND instead of an OR. If the resource.getHref() is not blank and the resource.getHref().length() is smaller than lastSlashPos it will crash with an index out of bounds, and the table of contents file will fail to load.