GitHub user robertkowalski opened a pull request:
https://github.com/apache/couchdb/pull/236
HTTP Interface: Content-Type "application/javascript" for JSONP
This changes the content type to application/javascript for
JSONP responses, which is marked as obsolete in rfc 4329.
The upcoming 2.0 release is a great opportunity to include this
small breaking, but breaking change for clients.
Closes COUCHDB-2026
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/robertkowalski/couchdb
erlang-2026-json-p-type-header
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb/pull/236.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 #236
----
commit e74c3e0f62d9e1d537be034918758f2694805b26
Author: Robert Kowalski <[email protected]>
Date: 2014-05-23T18:13:12Z
HTTP Interface: Content-Type "application/javascript" for JSONP
This changes the content type to application/javascript for
JSONP responses, which is marked as obsolete in rfc 4329.
The upcoming 2.0 release is a great opportunity to include this
small breaking, but breaking change for clients.
Closes COUCHDB-2026
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---