Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 89226 invoked from network); 13 Sep 2005 15:15:32 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 13 Sep 2005 15:15:32 -0000 Received: (qmail 61203 invoked by uid 500); 13 Sep 2005 15:15:07 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 61088 invoked by uid 500); 13 Sep 2005 15:15:06 -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 60997 invoked by uid 99); 13 Sep 2005 15:15:05 -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:15:05 -0700 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=DNS_FROM_RFC_WHOIS,NO_REAL_NAME X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.230.240.38] (HELO eastrmmtao01.cox.net) (68.230.240.38) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 Sep 2005 08:15:15 -0700 Received: from smtp.east.cox.net ([172.18.52.57]) by eastrmmtao01.cox.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20050913151502.QVOC9903.eastrmmtao01.cox.net@smtp.east.cox.net> for ; Tue, 13 Sep 2005 11:15:02 -0400 X-Mailer: Openwave WebEngine, version 2.8.15 (webedge20-101-1103-20040528) From: To: Subject: Case-insensitive URLs for serving HTML Date: Tue, 13 Sep 2005 11:15:02 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20050913151502.QVOC9903.eastrmmtao01.cox.net@smtp.east.cox.net> X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N 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. So if the client navigates to http:///Pics or http:///pics or http:///PIcs they'll get the same resource. I guess I'd like to match the URL pattern to a regular expression. Is there a way to do that? -Mark --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org