Return-Path: Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 31633 invoked from network); 12 Jun 2000 22:03:48 -0000 Received: from lukla.sun.com (192.18.98.31) by locus.apache.org with SMTP; 12 Jun 2000 22:03:48 -0000 Received: from centralmail1.Central.Sun.COM ([129.147.62.10]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id QAA03726 for ; Mon, 12 Jun 2000 16:03:43 -0600 (MDT) Received: from swanaba.central (swanaba.Central.Sun.COM [129.147.30.5]) by centralmail1.Central.Sun.COM (8.9.3+Sun/8.9.3/ENSMAIL,v1.7) with ESMTP id QAA14372 for ; Mon, 12 Jun 2000 16:03:40 -0600 (MDT) Received: from eng.sun.com (salespilot.Central.Sun.COM [129.147.30.18]) by swanaba.central (8.8.8+Sun/8.8.8) with ESMTP id PAA12309 for ; Mon, 12 Jun 2000 15:42:52 -0600 (MDT) Message-ID: <39455E3A.F91A7942@eng.sun.com> Date: Mon, 12 Jun 2000 15:03:39 -0700 From: "Craig R. McClanahan" X-Mailer: Mozilla 4.72 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-user@jakarta.apache.org Subject: Re: isapi_direct.dll is case-sensitive References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Don Park wrote: > I am not sure if this is fixed in 3.2dev, but I thought everyone should > be aware that isapi_direct.dll is case sensitive so that if you defined > > /FooBar/*=ajp12 > > http://www.foo.com/FooBar works but > http://www.foo.com/foobar will not. > > Best, > The ISAPI redirector should be case sensitive, because URLs are case sensitive. > > Don > Craig McClanahan