You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by Apache Wiki <wi...@apache.org> on 2016/09/12 13:42:20 UTC

[Tika Wiki] Update of "TikaJAXRS" by TimothyAllison

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Tika Wiki" for change notification.

The "TikaJAXRS" page has been changed by TimothyAllison:
https://wiki.apache.org/tika/TikaJAXRS?action=diff&rev1=44&rev2=45

Comment:
We took out the fileUrl option in Tika 1.10 because it introduced a security vulnerability.

  }}}
  List all the available parsers, along with what mimetypes they support
  
- = Extracting A Document From A URL =
- Remote files can be PUT to Tika Server using the header "fileUrl":
- 
- {{{
- $ curl -i -H "fileUrl:http://url/to/my.file" -H "Accept: application/json" -X PUT http://localhost:9998/meta
- $ curl -i -H "fileUrl:http://url/to/my.file" -H "Accept: text/plain" -X PUT http://localhost:9998/tika
- }}}
- NOTE: Each PUT will download the entire file from the remote source.
-