[
https://issues.apache.org/jira/browse/TIKA-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dave Meikle reassigned TIKA-2894:
---------------------------------
Assignee: Dave Meikle
> 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
>
> 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)