From dev-return-1566-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Mon Dec 29 20:17:09 2008 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 57835 invoked from network); 29 Dec 2008 20:17:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Dec 2008 20:17:07 -0000 Received: (qmail 37343 invoked by uid 500); 29 Dec 2008 20:17:07 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 37294 invoked by uid 500); 29 Dec 2008 20:17:07 -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 37283 invoked by uid 500); 29 Dec 2008 20:17:07 -0000 Delivered-To: apmail-incubator-couchdb-dev@incubator.apache.org Received: (qmail 37280 invoked by uid 99); 29 Dec 2008 20:17:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 29 Dec 2008 12:17:06 -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; Mon, 29 Dec 2008 20:17:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2FBF4234C486 for ; Mon, 29 Dec 2008 12:16:44 -0800 (PST) Message-ID: <1329769374.1230581804180.JavaMail.jira@brutus> Date: Mon, 29 Dec 2008 12:16:44 -0800 (PST) From: "Jan Lehnardt (JIRA)" To: couchdb-dev@incubator.apache.org Subject: [jira] Closed: (COUCHDB-184) Send Etag for standalone attachment requests In-Reply-To: <820232205.1230229724205.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/COUCHDB-184?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jan Lehnardt closed COUCHDB-184. -------------------------------- Resolution: Fixed added in r729992 > 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 > > Attachments: attachment-etag.diff > > > 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.