Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 77704 invoked from network); 2 Jul 2009 13:14:14 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Jul 2009 13:14:14 -0000 Received: (qmail 58034 invoked by uid 500); 2 Jul 2009 13:14:23 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 57961 invoked by uid 500); 2 Jul 2009 13:14:23 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 57951 invoked by uid 99); 2 Jul 2009 13:14:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 13:14:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of adam.kocoloski@gmail.com designates 209.85.221.177 as permitted sender) Received: from [209.85.221.177] (HELO mail-qy0-f177.google.com) (209.85.221.177) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2009 13:14:13 +0000 Received: by qyk7 with SMTP id 7so1967839qyk.13 for ; Thu, 02 Jul 2009 06:13:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:mime-version :subject:date:references:x-mailer; bh=48Eyo/DhS7wBeUwFc811m32y0KDH/3FOg+lQQ0+ocb4=; b=wR77hy8HpxGPbSDKG7gIWrrCAaEGKy7ju8PhIKVjgUdVVvpuU7qYmsGvc9PA3Fn42l cuunARQmkwgBRGkDxdELr6a8wjXFTSB9yWYTlfNZukvGFtg+r1NzBZNF/q3phc95ZDy+ cAWjsZs9q9aEc+aARUbiIEhARBqPV65vYVUSI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:from:to:in-reply-to:content-type :content-transfer-encoding:mime-version:subject:date:references :x-mailer; b=jatafESr7hJ0vnBIcLKPmKZe5CA+06TOw5XHzEFZATtzDIAy2tM7IQ/jZqVIyxTyld 0wvMMNZwbFVxTyc323G1s+UlI1YvP442/XChkpeLONvDEq1DJ0KOJ02i+34KFLQQvT2v IOJJRww9RiXXw2i2a6++Goi39C3QgbAusPne8= Received: by 10.224.6.66 with SMTP id 2mr68791qay.143.1246540433159; Thu, 02 Jul 2009 06:13:53 -0700 (PDT) Received: from ?10.0.1.2? (c-66-31-20-188.hsd1.ma.comcast.net [66.31.20.188]) by mx.google.com with ESMTPS id 7sm4994602qwf.36.2009.07.02.06.13.51 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 02 Jul 2009 06:13:52 -0700 (PDT) Sender: Adam Kocoloski Message-Id: From: Adam Kocoloski To: user@couchdb.apache.org In-Reply-To: Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Subject: Re: chunked encoding problem ? - error messages from curl as well as lucene Date: Thu, 2 Jul 2009 09:13:51 -0400 References: <921000906292111x5ca5cbbbh9b7b3aa7e9d123dc@mail.gmail.com> <921000906292115i77cbb18fhf0a5ab87681a53f0@mail.gmail.com> <224A41AE-3A54-495B-A810-805C057FBE95@apache.org> <921000906301118y3bb11937hf6c0cd433387e05d@mail.gmail.com> <4A4BBDAE.9010002@borwankar.com> X-Mailer: Apple Mail (2.935.3) X-Virus-Checked: Checked by ClamAV on apache.org On Jul 2, 2009, at 9:09 AM, Curt Arnold wrote: > > On Jul 1, 2009, at 2:55 PM, Per Ejeklint wrote: > >> I totally agree with Nitin. Check membership on entrance, not >> exit. :-) >> >> +1 for blocking of invalid unicode at input. >> >> /Per >> >> >> 1 jul 2009 kl. 21.49 skrev Nitin Borwankar: >> >>> It seems backward ( I am probably missing something huge) to not >>> validate it on input. If you catch all the bad stuff going in >>> you're less likely (except when you're doing internal >>> transformations) to have bad stuff there in the first place and >>> you can save yourself validations on the way out. >>> >>> Nitin >> > > The title probably should be changed, but https://issues.apache.org/jira/browse/COUCHDB-345 > appears to be the same issue to me. Agreed.