Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 56452 invoked from network); 24 Apr 2008 12:24:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 Apr 2008 12:24:27 -0000 Received: (qmail 78986 invoked by uid 500); 24 Apr 2008 12:24:29 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 78812 invoked by uid 500); 24 Apr 2008 12:24:28 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 78801 invoked by uid 99); 24 Apr 2008 12:24:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 05:24:28 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [83.97.50.139] (HELO jan.prima.de) (83.97.50.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Apr 2008 12:23:35 +0000 Received: from [192.168.1.33] (e179071065.adsl.alicedsl.de [::ffff:85.179.71.65]) (AUTH: LOGIN jan, SSL: TLSv1/SSLv3,128bits,AES128-SHA) by jan.prima.de with esmtp; Thu, 24 Apr 2008 12:23:54 +0000 Message-Id: <9BAC4DA1-CA42-4080-A3DC-BEB19AC84D06@apache.org> From: Jan Lehnardt To: couchdb-user@incubator.apache.org In-Reply-To: <48107609.2050100@iworks.at> Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v919.2) Subject: Re: Invalid ETag format Date: Thu, 24 Apr 2008 14:23:23 +0200 References: <48107609.2050100@iworks.at> X-Mailer: Apple Mail (2.919.2) X-Virus-Checked: Checked by ClamAV on apache.org Hey Mike, I could have sworn we had a bugreport for that. Mike, would you mind opening one? Cheers Jan -- On Apr 24, 2008, at 13:59, Michael Wallner wrote: > Hi, > > according to HTTP/1.1 RFC, ETags must be enclosed in double quotes. > Currently CouchDB sends ETags like > > Etag: 1347661991 > > instead of > > Etag: "1347661991" > > > Cheers, > Mike >