You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Tim Allison (Jira)" <ji...@apache.org> on 2019/11/13 00:19:00 UTC

[jira] [Resolved] (TIKA-2983) tika-server should add the file name to the metadata when a file url is passed in

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

Tim Allison resolved TIKA-2983.
-------------------------------
    Fix Version/s: 1.23
       Resolution: Fixed

> tika-server should add the file name to the metadata when a file url is passed in
> ---------------------------------------------------------------------------------
>
>                 Key: TIKA-2983
>                 URL: https://issues.apache.org/jira/browse/TIKA-2983
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Tim Allison
>            Assignee: Tim Allison
>            Priority: Major
>             Fix For: 1.23
>
>
> In "insecure mode" in tika-server, users can specify a file location in the header so that the parser can read directly from a file.  We are currently not recording the name of the file, and we should.  If we switch {{TikaInputStream.get(URL url)}} to {{TikaInputStream.get(URL url, Metadata metadata)}}, we should be all set.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)