[ 
https://issues.apache.org/jira/browse/TIKA-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Dave Meikle resolved TIKA-2894.
-------------------------------
    Fix Version/s: 1.23
       Resolution: Fixed

Added to master in 31304f8ba1aad16d76c3381d25efc245c32743e8

Add to branch_1x in 593e29d62347e6352d8ec01ad82573e8ad1f8dab

> 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)

Reply via email to