From users-return-167014-apmail-tomcat-users-archive=tomcat.apache.org@tomcat.apache.org Wed Aug 01 21:38:40 2007 Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 89170 invoked from network); 1 Aug 2007 21:38:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Aug 2007 21:38:39 -0000 Received: (qmail 14825 invoked by uid 500); 1 Aug 2007 21:38:28 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 14811 invoked by uid 500); 1 Aug 2007 21:38:28 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 14800 invoked by uid 99); 1 Aug 2007 21:38:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 14:38:28 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [204.127.225.95] (HELO alnrmhc15.comcast.net) (204.127.225.95) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2007 21:37:59 +0000 Received: from [192.168.1.101] (c-68-50-0-179.hsd1.va.comcast.net[68.50.0.179]) by comcast.net (alnrmhc15) with ESMTP id <20070801213758b1500a454ke>; Wed, 1 Aug 2007 21:37:59 +0000 Message-ID: <46B0FD35.2010009@christopherschultz.net> Date: Wed, 01 Aug 2007 17:37:57 -0400 From: Christopher Schultz User-Agent: Thunderbird 2.0.0.5 (Windows/20070716) MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Forwarding based on URI's in Tomcat References: <310094.39497.qm@web32806.mail.mud.yahoo.com> In-Reply-To: <310094.39497.qm@web32806.mail.mud.yahoo.com> X-Enigmail-Version: 0.95.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mon, Mon Cab wrote: > /sexy* I believe that the pattern "/sexy*" does not match when the * matches nothing. I think that * acts like + in a regular expression. You might want: action /mymodule/sexy* /mymodule/sexy That is, map both "/sexy*" and "/sexy" to the servlet. - -chris -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGsP019CaO5/Lv0PARAmwEAJ9HU8lAnNcIR7RqbeQLvfTdE/4kIACdHp54 lpCG2nsMLk2h3TITEGMNZmE= =xiSJ -----END PGP SIGNATURE----- --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org For additional commands, e-mail: users-help@tomcat.apache.org