Return-Path: Delivered-To: apmail-lucene-solr-dev-archive@locus.apache.org Received: (qmail 99148 invoked from network); 2 Feb 2007 16:52:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2007 16:52:51 -0000 Received: (qmail 38948 invoked by uid 500); 2 Feb 2007 16:52:57 -0000 Delivered-To: apmail-lucene-solr-dev-archive@lucene.apache.org Received: (qmail 38928 invoked by uid 500); 2 Feb 2007 16:52:57 -0000 Mailing-List: contact solr-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-dev@lucene.apache.org Delivered-To: mailing list solr-dev@lucene.apache.org Received: (qmail 38919 invoked by uid 99); 2 Feb 2007 16:52:57 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 08:52:57 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of yseeley@gmail.com designates 64.233.182.185 as permitted sender) Received: from [64.233.182.185] (HELO nf-out-0910.google.com) (64.233.182.185) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Feb 2007 08:52:48 -0800 Received: by nf-out-0910.google.com with SMTP id a27so1194662nfc for ; Fri, 02 Feb 2007 08:52:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=TiU4qCn77humDGv27fhU3W63HmlZ02wmPb8Iz7Lio8zWd4NyQS3G6FGabDv/hWQtKbxV+i8//1ivWr8BhRFeUvegkMAk3gVbyFJOlO2aTzU490krKewsFH3mR5YPGICHp80wpqow139gu2P+LtUjODfbUVlcSNI4+nhc2vYBtzo= Received: by 10.82.165.1 with SMTP id n1mr1245401bue.1170435146760; Fri, 02 Feb 2007 08:52:26 -0800 (PST) Received: by 10.82.126.8 with HTTP; Fri, 2 Feb 2007 08:52:26 -0800 (PST) Message-ID: Date: Fri, 2 Feb 2007 11:52:26 -0500 From: "Yonik Seeley" Sender: yseeley@gmail.com To: solr-dev@lucene.apache.org Subject: Re: resin and UTF-8 in URLs In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Google-Sender-Auth: 094df538bbaa13c1 X-Virus-Checked: Checked by ClamAV on apache.org Some standalone tests for charset handling would be nice... something that we could use to test the major servlet containers w/ Solr before finalizing a release. If someone is having problems with international chars, they could also run the tests against their particular server. -Yonik