GitHub user willholley opened a pull request:
https://github.com/apache/couchdb-chttpd/pull/22
Enable POST requests to /_changes in clustered CouchDB
Appropriate handling of a POST to _changes is already in place in single
node CouchDB. In clustered CouchDB, allow POST requests to pass through to the
underlying handler and existing logic will do the rest.
COUCHDB-2530
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/willholley/couchdb-chttpd
2530-changes-does-not-support-post
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/couchdb-chttpd/pull/22.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 #22
----
commit 8f94e87671d9a57ab845d7536540b97b5e5e2b60
Author: Will Holley <[email protected]>
Date: 2015-01-31T10:46:30Z
Enable POST requests to /_changes in clustered CouchDB
Appropriate handling of a POST to _changes is already in place in
single node CouchDB. In clustered CouchDB, allow POST requests to pass
through to the underlying handler and existing logic will do the rest.
COUCHDB-2530
----
---
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.
---