You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ta...@apache.org on 2023/08/15 15:21:27 UTC

[tika] branch TIKA-4116 updated: TIKA-4116 -- don't extract macros from directory nodes

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

tallison pushed a commit to branch TIKA-4116
in repository https://gitbox.apache.org/repos/asf/tika.git


The following commit(s) were added to refs/heads/TIKA-4116 by this push:
     new ca813556b TIKA-4116 -- don't extract macros from directory nodes
ca813556b is described below

commit ca813556ba4e40d6592e9998b0e7c116790e0f62
Author: tallison <ta...@apache.org>
AuthorDate: Tue Aug 15 11:21:19 2023 -0400

    TIKA-4116 -- don't extract macros from directory nodes
---
 CHANGES.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CHANGES.txt b/CHANGES.txt
index 85d9e0dad..55bd83671 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,8 @@ Release 2.8.1 - ???
      the PDFParser now throws an EncryptedDocumentException instead of an IOException
      if the security handler cannot be found (TIKA-4082).
 
+   * Fix bug that led to duplicate extraction of macros from some OLE2 containers (TIKA-4116).
+
    * Changed default decompressConcatenated to true in CompressorParser.
      Users may revert to legacy behavior via tika-config.xml (TIKA-4048).