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 98E8B8C0E for ; Wed, 24 Aug 2011 16:28:55 +0000 (UTC) Received: (qmail 7567 invoked by uid 500); 24 Aug 2011 16:28:55 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 7440 invoked by uid 500); 24 Aug 2011 16:28:53 -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 7432 invoked by uid 99); 24 Aug 2011 16:28:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 16:28:53 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of trophybase@googlemail.com designates 209.85.160.180 as permitted sender) Received: from [209.85.160.180] (HELO mail-gy0-f180.google.com) (209.85.160.180) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 24 Aug 2011 16:28:47 +0000 Received: by gyc15 with SMTP id 15so1425877gyc.11 for ; Wed, 24 Aug 2011 09:28:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=fCjcRSMq/DaJ5491ASjz+9Xt3vOmkNpQHqQVXJIQ77I=; b=o2GA+Hdm969k0mY9wZfu+eybAvDnprA/8926zmPss/SJ0H6uCE0b2FuNFmUBj3siDY ZxIhB2blq39FQno9FQJfCmC2PUumelm1AjZAoNGDr5qRGIX7USQyBiK54W383fNydnID 8BTEToxgAI1F2gNh2laulaXxhr0W0zd6XQ64E= MIME-Version: 1.0 Received: by 10.52.26.235 with SMTP id o11mr3112991vdg.527.1314203306222; Wed, 24 Aug 2011 09:28:26 -0700 (PDT) Received: by 10.52.107.100 with HTTP; Wed, 24 Aug 2011 09:28:26 -0700 (PDT) Date: Wed, 24 Aug 2011 18:28:26 +0200 Message-ID: Subject: wrong case in Last-Modified From: Andrey Somov To: dev@couchdb.apache.org Content-Type: multipart/alternative; boundary=20cf307811463ae3b904ab42cd19 X-Virus-Checked: Checked by ClamAV on apache.org --20cf307811463ae3b904ab42cd19 Content-Type: text/plain; charset=ISO-8859-1 Hi all, I have noticed that the HTTP header contains lower case value for 'Last-Modified' (http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.29) ~$ wget -q -O - "$@"http://localhost:5984/favicon.ico --proxy=off --server-response HTTP/1.0 200 OK Server: CouchDB/1.2.0a-1151390 (Erlang OTP/R13B03) last-modified: Tue, 26 Jul 2011 04:19:47 GMT Expires: Fri, 24 Aug 2012 15:02:33 GMT Date: Wed, 24 Aug 2011 15:02:33 GMT Content-Type: image/x-icon Content-Length: 9326 Cache-Control: public, max-age=31536000 By the way, the protocol in the reply is HTTP 1.0. Does it mean that CouchDB does not support HTTP 1.1 ? - Andrey --20cf307811463ae3b904ab42cd19--