From dev-return-22318-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Fri May 25 22:22:24 2012 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 BFD7E91DD for ; Fri, 25 May 2012 22:22:24 +0000 (UTC) Received: (qmail 40991 invoked by uid 500); 25 May 2012 22:22:24 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 40903 invoked by uid 500); 25 May 2012 22:22:24 -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 40889 invoked by uid 99); 25 May 2012 22:22:24 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2012 22:22:24 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id DFD98142831 for ; Fri, 25 May 2012 22:22:23 +0000 (UTC) Date: Fri, 25 May 2012 22:22:23 +0000 (UTC) From: "Alexander Shorin (JIRA)" To: dev@couchdb.apache.org Message-ID: <450114285.4238.1337984543918.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (COUCHDB-1484) Document _id length overflow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Alexander Shorin created COUCHDB-1484: ----------------------------------------- Summary: Document _id length overflow Key: COUCHDB-1484 URL: https://issues.apache.org/jira/browse/COUCHDB-1484 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 1.2, 1.1.1, 1.3 Reporter: Alexander Shorin Priority: Blocker CouchDB allows to create document with ids longer that max length of URL (avg. 2000 chars). Such documents are unavailable for GET/HEAD/DELETE requests. However, you still able to operate with them via POST/PUT requests, views and replication works fine for them. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira