Return-Path: Delivered-To: apmail-lucene-dev-archive@www.apache.org Received: (qmail 84161 invoked from network); 22 Mar 2011 18:56:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 18:56:46 -0000 Received: (qmail 41485 invoked by uid 500); 22 Mar 2011 18:56:45 -0000 Delivered-To: apmail-lucene-dev-archive@lucene.apache.org Received: (qmail 41419 invoked by uid 500); 22 Mar 2011 18:56:45 -0000 Mailing-List: contact dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list dev@lucene.apache.org Received: (qmail 41412 invoked by uid 99); 22 Mar 2011 18:56:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 18:56:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 18:56:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id DA01342C96 for ; Tue, 22 Mar 2011 18:56:05 +0000 (UTC) Date: Tue, 22 Mar 2011 18:56:05 +0000 (UTC) From: "Doron Cohen (JIRA)" To: dev@lucene.apache.org Message-ID: <2141212000.4387.1300820165889.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Created] (LUCENE-2980) Benchmark's ContentSource should not rely on file suffixes to be lower cased when detecting file type (gzip/bzip2/text) 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 Benchmark's ContentSource should not rely on file suffixes to be lower cased when detecting file type (gzip/bzip2/text) ----------------------------------------------------------------------------------------------------------------------- Key: LUCENE-2980 URL: https://issues.apache.org/jira/browse/LUCENE-2980 Project: Lucene - Java Issue Type: Bug Components: contrib/benchmark Reporter: Doron Cohen Assignee: Doron Cohen Priority: Minor Fix For: 3.2, 4.0 file.gz is correctly handled as gzip, but file.GZ handled as text which is wrong. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org