This is an automated email from the ASF dual-hosted git repository.
tallison pushed a change to branch branch_1x
in repository https://gitbox.apache.org/repos/asf/tika.git.
from 029715d fix cherry-pick conflict
new 3ad2274 TIKA-2614 -- treat simple body inline, not as an attachment
new 1cd565c TIKA-2616 -- preserve message/news
new c5cf55f TIKA-2617 -- handle new IOOBE on streams now parsed as npoifs
in ppt embedded streams as any other IOException on an embedded stream
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../resources/org/apache/tika/mime/tika-mimetypes.xml | 5 ++++-
.../org/apache/tika/parser/mail/MailContentHandler.java | 2 +-
.../org/apache/tika/parser/microsoft/HSLFExtractor.java | 15 +++++++++++++--
.../src/test/java/org/apache/tika/mime/TestMimeTypes.java | 6 +++++-
.../org/apache/tika/parser/mail/RFC822ParserTest.java | 7 +++++++
.../src/test/resources/test-documents/testMessageNews.txt | 10 ++++++++++
.../test-documents/testRFC822_simple_inline_body.txt | 13 +++++++++++++
7 files changed, 53 insertions(+), 5 deletions(-)
create mode 100644
tika-parsers/src/test/resources/test-documents/testMessageNews.txt
create mode 100644
tika-parsers/src/test/resources/test-documents/testRFC822_simple_inline_body.txt
--
To stop receiving notification emails like this one, please contact
[email protected].