[
https://issues.apache.org/jira/browse/COUCHDB-2656?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14498140#comment-14498140
]
ASF GitHub Bot commented on COUCHDB-2656:
-----------------------------------------
GitHub user iilyak opened a pull request:
https://github.com/apache/couchdb-couch/pull/43
Add CORS test case for couch_mrview_show
COUCHDB-2656
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/iilyak/couchdb-couch 2656-use-chttpd-functions
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-couch/pull/43.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 #43
----
commit 6ddb2ab7a1af7a9def8b22dea013cc9f400ea084
Author: ILYA Khlopotov <[email protected]>
Date: 2015-04-16T14:49:30Z
Add CORS test case for couch_mrview_show
COUCHDB-2656
----
> Update couch_mrview to use chttpd provided functions
> ----------------------------------------------------
>
> Key: COUCHDB-2656
> URL: https://issues.apache.org/jira/browse/COUCHDB-2656
> Project: CouchDB
> Issue Type: Bug
> Security Level: public(Regular issues)
> Components: Database Core
> Reporter: ILYA
> Assignee: ILYA
>
> couch_mrview uses functions from couch_http. For example
> send_external_response is used by couch_mrview_show. This brakes CORS
> support. Since couch_httpd's version of send_external_response doesn't have
> support for CORS compared to chttpd's version
> https://github.com/apache/couchdb-chttpd/blob/master/src/chttpd_external.erl#L127.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)