Robin Schimpf created TIKA-3859:
-----------------------------------
Summary: Wrong filename glob for Zstandard
Key: TIKA-3859
URL: https://issues.apache.org/jira/browse/TIKA-3859
Project: Tika
Issue Type: Bug
Affects Versions: 2.4.1
Reporter: Robin Schimpf
I'm currently implementing Zstandard support in my application. When checking
the tika-mimetypes.xml definition of the format I noticed that the glob is
defined as *.zstd and the zstd binary always adds only *.zst as file extension.
Checking the final RFC 8478 at revealed that the glob is wrong and should be
changed to *.zst.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)