[
https://issues.apache.org/jira/browse/TIKA-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16961564#comment-16961564
]
Hudson commented on TIKA-2894:
------------------------------
UNSTABLE: Integrated in Jenkins build Tika-trunk #1732 (See
[https://builds.apache.org/job/Tika-trunk/1732/])
TIKA-2894: Add mime type detection support for WebAssembly (david:
[https://github.com/apache/tika/commit/31304f8ba1aad16d76c3381d25efc245c32743e8])
* (edit) tika-core/src/main/resources/org/apache/tika/mime/tika-mimetypes.xml
TIKA-2894: Add mime type detection support for WebAssembly (david:
[https://github.com/apache/tika/commit/98218a4bc75f227f7e0fb8e5e73af995af74741c])
* (edit) CHANGES.txt
> Add support for WebAssembly (Content-Type application/wasm, or .wasm
> extension)
> -------------------------------------------------------------------------------
>
> Key: TIKA-2894
> URL: https://issues.apache.org/jira/browse/TIKA-2894
> Project: Tika
> Issue Type: Improvement
> Components: detector
> Affects Versions: 1.21
> Reporter: Fredrik Söderström
> Assignee: Dave Meikle
> Priority: Major
> Fix For: 1.23
>
>
> Right now I cannot find any support for wasm (WebAssembly) files, I need to
> add an external if statement in my spring boot project.
> {quote}String path = resource.getFile().getPath();
> if (path.endsWith(".wasm")) {
> servletResponse.setContentType("application/wasm");
> } else {
> servletResponse.setContentType(tika.detect(path));
> }
> {quote}
> It would be nice to add support for this format as well.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)