This is an automated email from the ASF dual-hosted git repository.
tballison pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
from 738df4e156 TIKA-4809-stage-2
add df4b9af870 TIKA-4808 -- fix extension calculations for embedded files
add 99ce12ab14 TIKA-4808 -- fix extension calculations for embedded files,
further refinements
new 48d56d6094 TIKA-4808 -- fix extension calculations for embedded files
The 1 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:
.../tika/extractor/EmbeddedDocumentUtil.java | 76 ++++++-----
.../EmbeddedDocumentUtilExtensionTest.java | 150 +++++++++++++++++++++
.../apache/tika/parser/mail/RFC822ParserTest.java | 2 +-
3 files changed, 193 insertions(+), 35 deletions(-)
create mode 100644
tika-core/src/test/java/org/apache/tika/extractor/EmbeddedDocumentUtilExtensionTest.java