Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 97333 invoked from network); 13 May 2009 17:14:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 13 May 2009 17:14:09 -0000 Received: (qmail 53832 invoked by uid 500); 13 May 2009 17:14:08 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 53751 invoked by uid 500); 13 May 2009 17:14:08 -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 53738 invoked by uid 99); 13 May 2009 17:14:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 17:14:07 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 May 2009 17:14:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id EBF35234C004 for ; Wed, 13 May 2009 10:13:45 -0700 (PDT) Message-ID: <444215351.1242234825952.JavaMail.jira@brutus> Date: Wed, 13 May 2009 10:13:45 -0700 (PDT) From: "Phil Hagelberg (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-350) Attachment with tab in the filename is refused with 400 bad request MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Attachment with tab in the filename is refused with 400 bad request ------------------------------------------------------------------- Key: COUCHDB-350 URL: https://issues.apache.org/jira/browse/COUCHDB-350 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 0.9.1 Environment: CouchDB trunk (384774a1cf4689650758cfe10726eadcc0ed8058) and Erlang 12.b.5 on Ubuntu Jaunty. Reporter: Phil Hagelberg Issuing a PUT request to http://localhost:5984/test/9b3c90b888e2cab3f5aa93badb1f67fe/April+2009+Minutes+CISD%09Meeting.doc?rev=1-166931409 results in a 400 Bad Request response: {"error":"bad_request","reason":"Attachment name is not UTF-8 encoded"} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.