You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@poi.apache.org by bu...@apache.org on 2018/12/27 20:52:34 UTC

[Bug 62629] Reaching a Rule M2.4 exception when trying to merge two files

https://bz.apache.org/bugzilla/show_bug.cgi?id=62629

Dominik Stadler <do...@gmx.at> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #4 from Dominik Stadler <do...@gmx.at> ---
The problem is in the two source files, one has default content-type for
extension "jpg", the other for "jpeg". 

It seems the application which produces these files is not creating fully
standard-conforming files.

one file:
<Default Extension="jpeg" ContentType="image/jpeg"/>

other file:
<Default Extension="jpg" ContentType="image/jpeg"/>

We now gracefully handle such situations with r1849814, but such files might
cause other issues in LibreOffice or Excel.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@poi.apache.org
For additional commands, e-mail: dev-help@poi.apache.org