ZakHsieh
ZakHsieh
Original implementation will cause huge memory leakages when Java layer acquire a resource, the ByteStream is never been released due to calling release() won't delete the memory allocation. I'd change...
Do not continue rest of work if parsing smil(s) failed to avoid the crash later.
If a URI contains HTML URL encoding will cause EpubServer fails to load that resource. This patch will normalize URL(s) before loading to resolve URI cannot be loaded in EpubServer.
These are changes from NOOK client for ePub3 reader.