This is an automated email from the ASF dual-hosted git repository.

tallison pushed a change to branch branch_3x
in repository https://gitbox.apache.org/repos/asf/tika.git


    from ee3e3e52d TIKA-4531: use jdk9 try-with-resources
     new 0563063d3 TIKA-4533 -- fix handling of TikaInputStreams with open 
containers (#2378)
     new 27b6605d1 TIKA-4533 -- fix handling of TikaInputStreams with open 
containers -- fix merge conflicts (#2378)

The 2 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:
 .../ParsingEmbeddedDocumentExtractor.java          |   2 +-
 .../java/org/apache/tika/io/TikaInputStream.java   |  49 +++++++++++++++++++++
 .../org/apache/tika/parser/DigestingParser.java    |  16 ++++++-
 .../org/apache/tika/sax/SecureContentHandler.java  |  10 ++---
 .../parser/microsoft/AbstractPOIFSExtractor.java   |  32 +++++++++-----
 .../parser/microsoft/pst/OutlookPSTParser.java     |  31 +++++++++++--
 .../parser/microsoft/pst/PSTMailItemParser.java    |   4 +-
 .../apache/tika/parser/AutoDetectParserTest.java   |  32 ++++++++++++++
 .../src/test/resources/configs/tika-4533.xml       |  47 ++++++++++++++++++++
 .../resources/test-documents/testLargeOLEDoc.doc   | Bin 0 -> 2077696 bytes
 10 files changed, 201 insertions(+), 22 deletions(-)
 create mode 100644 
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/resources/configs/tika-4533.xml
 create mode 100644 
tika-parsers/tika-parsers-standard/tika-parsers-standard-package/src/test/resources/test-documents/testLargeOLEDoc.doc

Reply via email to