[ https://issues.apache.org/jira/browse/TIKA-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385369#comment-14385369 ]
ASF GitHub Bot commented on TIKA-1586: -------------------------------------- GitHub user tpalsulich opened a pull request: https://github.com/apache/tika/pull/37 TIKA-1586. Enable CORS requests on Tika server You can merge this pull request into a Git repository by running: $ git pull https://github.com/tpalsulich/tika TIKA-1586 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/tika/pull/37.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #37 ---- commit c296a0459477f1ba088d96fa6ba3895e3a6b3ac5 Author: Tyler Palsulich <tpalsul...@gmail.com> Date: 2015-03-28T15:45:45Z TIKA-1586. Enable CORS requests on Tika server. ---- > Enable CORS on Tika Server > -------------------------- > > Key: TIKA-1586 > URL: https://issues.apache.org/jira/browse/TIKA-1586 > Project: Tika > Issue Type: New Feature > Components: server > Reporter: Tyler Palsulich > Assignee: Tyler Palsulich > > Tika Server should allow configuration of CORS requests (for uses like > TIKA-1585). See [this example|http://cxf.apache.org/docs/jax-rs-cors.html] > from CXF for how to add it. > The only change from that site is that we will need to add a > {{CrossOriginResourceSharingFilter}} as a provider. > Ideally, this is configurable (limit which resources have CORS, and which > origins are allowed). But, I'm not thinking of any general methods of how to > do that... -- This message was sent by Atlassian JIRA (v6.3.4#6332)