To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=102876


User mav changed the following:

                What    |Old value                 |New value
================================================================================
             Assigned to|od                        |mav
--------------------------------------------------------------------------------
                 Summary|Valid ODT document fails t|Broken ODT document fails 
                        |o load. OOo says it is cor|to be recovered in OOo.
                        |rupt.                     |
--------------------------------------------------------------------------------




------- Additional comments from m...@openoffice.org Fri Jul  3 11:14:29 +0000 
2009 -------
OOo is using zlib 1.1.4. But that does not make the difference. The OOo
implementation detects the inconsistency in the zip-format.

In other words, the document is indeed broken, the central directory contains
wrong information for "general bits flag". The value is set to 0 in file header
and to 8 in the central directory for some streams. The value 8 is wrong here
anyway, since it should be used only when "compressed size", "size" and "crc"
are stored after the file in special header, and this is not the case here. So
the central directory is broken.

Some zip tools ignore the central directory while unzipping, this is why the
error is not detected there. OOo implementation does the correct check and shows
notification that the file is corrupted. So there is no bug in naming the file
broken.

>From other side the office should be able to recover the document. I am
adjusting the Summary and taking the issue over.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@sw.openoffice.org
For additional commands, e-mail: issues-h...@sw.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to