Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7307917C5B for ; Sat, 31 Jan 2015 10:53:57 +0000 (UTC) Received: (qmail 24045 invoked by uid 500); 31 Jan 2015 10:53:57 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 23978 invoked by uid 500); 31 Jan 2015 10:53:57 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 23967 invoked by uid 99); 31 Jan 2015 10:53:57 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 31 Jan 2015 10:53:56 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C3515E00B2; Sat, 31 Jan 2015 10:53:56 +0000 (UTC) From: willholley To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org Message-ID: Subject: [GitHub] couchdb-chttpd pull request: Enable POST requests to /_changes in ... Content-Type: text/plain Date: Sat, 31 Jan 2015 10:53:56 +0000 (UTC) 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 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 infrastructure@apache.org or file a JIRA ticket with INFRA. ---