[
https://issues.apache.org/jira/browse/DRILL-4690?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15295197#comment-15295197
]
ASF GitHub Bot commented on DRILL-4690:
---------------------------------------
GitHub user PythonicNinja opened a pull request:
https://github.com/apache/drill/pull/507
DRILL-4690: CORS in REST API
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/PythonicNinja/drill DRILL-4690
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/drill/pull/507.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 #507
----
commit 73d659ae23e455464a3530fd18b2eff3ba192a30
Author: Wojciech Nowak <[email protected]>
Date: 2016-05-21T16:00:37Z
DRILL-4690: initial support for CORS
commit 74c608092a874cbfc918acfbef7ac4361a1f8d6f
Author: Wojciech Nowak <[email protected]>
Date: 2016-05-21T18:48:23Z
DRILL-4690: added CrossOriginFilter to WebServer based on option
HTTP_ENABLE_CORS
----
> Header in RestApi CORS support
> -------------------------------
>
> Key: DRILL-4690
> URL: https://issues.apache.org/jira/browse/DRILL-4690
> Project: Apache Drill
> Issue Type: Improvement
> Reporter: Wojciech Nowak
> Priority: Minor
>
> Damien Cantreras raised question on mailing list, related to Drill RestAPI
> support for Header "Access-Control-Allow-Origin: *"
> to allow it being used from a HTML5 application.
> Place where Header should be added
> https://github.com/apache/drill/blob/master/exec/java-exec/src/main/java/org/apache/drill/exec/server/rest/WebServer.java
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)