You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "Samuel Tardieu (JIRA)" <ji...@apache.org> on 2016/09/06 14:47:22 UTC

[jira] [Created] (COUCHDB-3134) Incorrect format for list ETag

Samuel Tardieu created COUCHDB-3134:
---------------------------------------

             Summary: Incorrect format for list ETag
                 Key: COUCHDB-3134
                 URL: https://issues.apache.org/jira/browse/COUCHDB-3134
             Project: CouchDB
          Issue Type: Bug
          Components: HTTP Interface
            Reporter: Samuel Tardieu


Found while testing 2.0.0-RC4: the ETag header returned when consulting a list uses an invalid format (double quotes are missing).

{noformat}
GET /canape-test-db-92b75195-e61a-47af-afb3-ae8acf1722e3/_design/common/_list/list/persons HTTP/1.1
Host: localhost:5984
User-Agent: canape for Scala
Accept: application/json

HTTP/1.1 200 OK
Content-Type: application/json
Date: Tue, 06 Sep 2016 14:41:33 GMT
Etag: 8b18fd8eecdcec461784b969d108fb2f
Server: CouchDB/1df597f (Erlang OTP/17)
Transfer-Encoding: chunked
Vary: Accept

2
40
0
{noformat}

(also, but this is minor, I think that "ETag" is the preferred casing for this header)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)