Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 26633 invoked from network); 25 Dec 2008 18:29:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 Dec 2008 18:29:06 -0000 Received: (qmail 90431 invoked by uid 500); 25 Dec 2008 18:29:05 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 90378 invoked by uid 500); 25 Dec 2008 18:29:05 -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 90367 invoked by uid 500); 25 Dec 2008 18:29:05 -0000 Delivered-To: apmail-incubator-couchdb-dev@incubator.apache.org Received: (qmail 90362 invoked by uid 99); 25 Dec 2008 18:29:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Dec 2008 10:29:05 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Dec 2008 18:29:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 352B8234C46A for ; Thu, 25 Dec 2008 10:28:44 -0800 (PST) Message-ID: <820232205.1230229724205.JavaMail.jira@brutus> Date: Thu, 25 Dec 2008 10:28:44 -0800 (PST) From: "Jan Lehnardt (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Created: (COUCHDB-184) Send Etag for standalone attachment requests MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Send Etag for standalone attachment requests -------------------------------------------- Key: COUCHDB-184 URL: https://issues.apache.org/jira/browse/COUCHDB-184 Project: CouchDB Issue Type: Improvement Components: HTTP Interface Affects Versions: 0.8.1 Reporter: Jan Lehnardt Assignee: Jan Lehnardt Priority: Minor Fix For: 0.9 GET /db/doc/fie.txt does not send an Etag header. The attached patch adds this header based on the containing document's `_rev`-value. Includes a test. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.