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

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

      from  0f1034a   update javadoc for Latin1StringsParser
       new  75eea6e   TIKA-2330 -- prevent preventable ooms in both detecting 
and parsing corrupt files or files that are misidentified as compressed streams.
       new  9e89b44   TIKA-2331 -- Upgrade RTFParser to use new 
TikaMemoryLimitException
       new  37d0f05   Merge remote-tracking branch 'origin/master'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ...xception.java => TikaMemoryLimitException.java} |  16 +-
 tika-parent/pom.xml                                |   2 +-
 tika-parsers/pom.xml                               |   2 +-
 .../apache/tika/parser/pkg/CompressorParser.java   |  48 +-
 .../parser/pkg/TikaCompressorStreamFactory.java    | 551 +++++++++++++++++++++
 .../tika/parser/pkg/ZipContainerDetector.java      |  16 +-
 .../apache/tika/parser/rtf/RTFEmbObjHandler.java   |  14 +-
 .../java/org/apache/tika/parser/rtf/RTFParser.java |  30 +-
 .../org/apache/tika/parser/rtf/TextExtractor.java  |   6 +-
 .../tika/detect/TestContainerAwareDetector.java    |  10 +
 .../apache/tika/parser/pkg/CompressParserTest.java |  22 +
 .../org/apache/tika/parser/rtf/RTFParserTest.java  |  15 +
 .../tika/parser/{pdf => rtf}/tika-config.xml       |   4 +-
 .../src/test/resources/test-documents/testLZMA_oom | Bin 0 -> 19 bytes
 .../src/test/resources/test-documents/testZ_oom.Z  |   1 +
 15 files changed, 699 insertions(+), 38 deletions(-)
 copy tika-core/src/main/java/org/apache/tika/exception/{TikaException.java => 
TikaMemoryLimitException.java} (72%)
 create mode 100644 
tika-parsers/src/main/java/org/apache/tika/parser/pkg/TikaCompressorStreamFactory.java
 copy tika-parsers/src/test/resources/org/apache/tika/parser/{pdf => 
rtf}/tika-config.xml (87%)
 create mode 100644 tika-parsers/src/test/resources/test-documents/testLZMA_oom
 create mode 100644 tika-parsers/src/test/resources/test-documents/testZ_oom.Z

-- 
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].

Reply via email to