https://issues.apache.org/bugzilla/show_bug.cgi?id=49609
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED OS/Version| |All --- Comment #1 from Yegor Kozlov <[email protected]> 2010-07-18 12:14:22 EDT --- Fixed in r965258 There were two problems with the attached file: 1. [content_types].xml vs [Content_Types].xml You are correct, the comparison of part names should be case-insensitive. 2. The file appears to use backslashes as path separators. The OPC spec tolerates backslashes in part names, see Annex A.3. I fixed POI to do the same. Yegor -- 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: [email protected] For additional commands, e-mail: [email protected]
