Uploaded image for project: 'CouchDB'
  1. CouchDB
  2. COUCHDB-973

Return 410 when GETing a previously deleted document (rather than 404)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Trivial
    • Resolution: Abandoned
    • None
    • None
    • None
    • None

    Description

      When you GET a nonexistent doc you get (as you should) a 404 Not Found error. However, if you GET a document that has previously existed you also get the 404 response. It would be more informative (IMO) for the 410 Gone response code to be used. 410 Gone's intention is for exactly this use case, and it could have some value to CouchDB developers who need to know the document did exist.

      CouchDB is already half way there as in the body of the 404 response it does state that the document did exist (at least prior to compaction), so outputing a 410 (again, prior to compaction) would hopefully be a trivial patch.

      Attachments

        1. ASF.LICENSE.NOT.GRANTED--410.patch
          0.6 kB
          Benjamin Young

        Activity

          People

            Unassigned Unassigned
            bigbluehat Benjamin Young
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: