[
https://issues.apache.org/jira/browse/TIKA-1586?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14385407#comment-14385407
]
Hudson commented on TIKA-1586:
------------------------------
SUCCESS: Integrated in tika-trunk-jdk1.7 #578 (See
[https://builds.apache.org/job/tika-trunk-jdk1.7/578/])
TIKA-1586. Enable CORS requests on Tika server.
This fixes #37. (tpalsulich:
http://svn.apache.org/viewvc/tika/trunk/?view=rev&rev=1669799)
* /tika/trunk/CHANGES.txt
* /tika/trunk/tika-server/pom.xml
*
/tika/trunk/tika-server/src/main/java/org/apache/tika/server/TikaServerCli.java
> 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)