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 44621 invoked from network); 26 Sep 2003 23:33:36 -0000 Received: from unknown (HELO sid.armstrong.com) (204.74.20.252) by daedalus.apache.org with SMTP; 26 Sep 2003 23:33:36 -0000 Received: from joedog.org (pcp01470022pcs.lncstr01.pa.comcast.net [68.82.237.147]) by sid.armstrong.com (8.12.8p1/8.12.8) with ESMTP id h8QNOjC0012263 for ; Fri, 26 Sep 2003 18:24:45 -0500 Message-ID: <3F74CCD4.9050500@joedog.org> Date: Fri, 26 Sep 2003 19:33:40 -0400 From: Tim Funk Organization: Human being User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en, es-mx, de, sv MIME-Version: 1.0 To: Tomcat Users List Subject: Re: Difference between path-mapped and servlet-mapped filters References: <003f01c38477$8c8d21e0$0201a8c0@ordi> In-Reply-To: <003f01c38477$8c8d21e0$0201a8c0@ordi> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N A filter can be mapped against a URL. (path mapped) or A filter can be mapped against a servlet declaration(servlet mapped) -Tim Julien Martin wrote: > Hello, > Can anyone please explain to me what the difference is between path-mapped > and servlet-mapped filters. > Thanks in advance, > Julien. >