Tim Allison created TIKA-2983:
---------------------------------
Summary: 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
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)