You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Sergey Beryozkin (JIRA)" <ji...@apache.org> on 2013/12/05 17:32:37 UTC

[jira] [Commented] (TIKA-1198) Consider optionally utilizing CXF JAX-RS Attachment support

    [ https://issues.apache.org/jira/browse/TIKA-1198?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13840240#comment-13840240 ] 

Sergey Beryozkin commented on TIKA-1198:
----------------------------------------

I've added an initial support for multiparts:
r1548195

This is CXF specific, but CXF specific code is kept to the very minimum. IMHO CXF is very good in the way it treats multiparts, but I've no problems at all with the team replacing that with something more portable; 

Note In TikaResource, I've removed calls to TikaInpputStream.getFile(), which seems to be adding to the extra processing time, all the tests pass, that can be added back if needed

> Consider optionally utilizing CXF JAX-RS Attachment support
> -----------------------------------------------------------
>
>                 Key: TIKA-1198
>                 URL: https://issues.apache.org/jira/browse/TIKA-1198
>             Project: Tika
>          Issue Type: Wish
>          Components: server
>            Reporter: Sergey Beryozkin
>            Priority: Minor
>
> CXF offers a fairly extensive support for multiparts:
> http://cxf.apache.org/docs/jax-rs-multiparts.html
> Perhaps some of that can help with the server offering more options to do with uploading/downloading files



--
This message was sent by Atlassian JIRA
(v6.1#6144)