Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 97309 invoked from network); 13 Sep 2005 15:31:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 15:31:18 -0000 Received: (qmail 612 invoked by uid 500); 13 Sep 2005 15:30:58 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 283 invoked by uid 500); 13 Sep 2005 15:30:57 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 255 invoked by uid 99); 13 Sep 2005 15:30:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:30:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [64.49.222.30] (HELO server1.webtuitive.com) (64.49.222.30) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:31:06 -0700 Received: from [192.168.1.50] (dsl092-004-182.sfo1.dsl.speakeasy.net [66.92.4.182]) (authenticated bits=0) by server1.webtuitive.com (8.12.11/8.12.10) with ESMTP id j8DFUqFT011199 for ; Tue, 13 Sep 2005 10:30:52 -0500 Message-ID: <4326F0E2.5010502@webtuitive.com> Date: Tue, 13 Sep 2005 08:31:46 -0700 From: Hassan Schroeder User-Agent: Mozilla Thunderbird 0.9 (X11/20041103) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Case-insensitive URLs for serving HTML References: <20050913151502.QVOC9903.eastrmmtao01.cox.net@smtp.east.cox.net> In-Reply-To: <20050913151502.QVOC9903.eastrmmtao01.cox.net@smtp.east.cox.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N midnightjava@cox.net wrote: > I have a "webb app" in Tomcat that serves only HTML, and I'd like > to make the path component of the URL case-insensitive. > ... > I guess I'd like to match the URL pattern to a regular expression. One quick, easy approach: UrlRewriteFilter HTH! -- Hassan Schroeder ----------------------------- hassan@webtuitive.com Webtuitive Design === (+1) 408-938-0567 === http://webtuitive.com dream. code. --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org