ILYA created COUCHDB-2656:
-----------------------------
Summary: 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
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)