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 2014/03/14 11:06:24 UTC

[Bug 56260] New: Fix some common causes of "Found a TextHeaderAtom not followed by a TextBytesAtom or TextCharsAtom: Followed by "

https://issues.apache.org/bugzilla/show_bug.cgi?id=56260

            Bug ID: 56260
           Summary: Fix some common causes of "Found a TextHeaderAtom not
                    followed by a TextBytesAtom or TextCharsAtom: Followed
                    by "
           Product: POI
           Version: 3.11-dev
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HSLF
          Assignee: dev@poi.apache.org
          Reporter: apache@gagravarr.org

This one has come up a few times, both on our lists and elsewhere, eg:

https://jira.atlassian.com/browse/CONF-18721
http://apache-poi.1045710.n5.nabble.com/Found-a-TextHeaderAtom-not-followed-by-a-TextBytesAtom-or-TextCharsAtom-Followed-by-3999-td2289102.html
http://blog.gmane.org/gmane.comp.jakarta.poi.devel/month=20100901

It seems there are a few common causes of this warning, where the file isn't
quite as we expect, but it's close enough that we can still work with it. We
should handle those cases, so that the warning remains only for cases which
really need flagging up

-- 
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


[Bug 56260] Fix some common causes of "Found a TextHeaderAtom not followed by a TextBytesAtom or TextCharsAtom: Followed by "

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=56260

Nick Burch <ap...@gagravarr.org> changed:

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

--- Comment #1 from Nick Burch <ap...@gagravarr.org> ---
Hopefully fixed in r1577803.

We now skip over "empty" TextHeaderAtoms, where there's no records before the
next TextHeaderAtom

If there's a TextRulerAtom / MasterTextPropAtom / TextSpecInfoAtom before the
Text Chars / Bytes, we skip over those

-- 
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