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 5D550955E for ; Wed, 6 Mar 2013 20:52:16 +0000 (UTC) Received: (qmail 37350 invoked by uid 500); 6 Mar 2013 20:52:15 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 37307 invoked by uid 500); 6 Mar 2013 20:52:15 -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 37202 invoked by uid 99); 6 Mar 2013 20:52:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Mar 2013 20:52:15 +0000 Date: Wed, 6 Mar 2013 20:52:15 +0000 (UTC) From: "Benjamin Young (JIRA)" To: dev@couchdb.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (COUCHDB-1687) HEAD requests on all valid _design/doc endpoints (particularly _update) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Benjamin Young created COUCHDB-1687: --------------------------------------- Summary: HEAD requests on all valid _design/doc endpoints (particularly _update) Key: COUCHDB-1687 URL: https://issues.apache.org/jira/browse/COUCHDB-1687 Project: CouchDB Issue Type: Improvement Components: HTTP Interface Reporter: Benjamin Young I began building an update handler to "catch" webhook POSTs, but found that some--like MandrillApp.com--want to be sure the endpoint exists--so they do a HEAD request--before they send content via POST. However, hitting an _update/handler with HEAD generates a 500 Internal Server Error currently. Additionally, I found that _view/* URL's actually send the full content body to HEAD requests. I'd love to see _update & _view (and all the others) respond correctly to HEAD requests. Thanks! -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira