Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 49601 invoked from network); 5 Oct 2006 20:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 5 Oct 2006 20:38:45 -0000 Received: (qmail 87879 invoked by uid 500); 5 Oct 2006 20:38:34 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 87636 invoked by uid 500); 5 Oct 2006 20:38:33 -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 87625 invoked by uid 99); 5 Oct 2006 20:38:33 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 05 Oct 2006 13:38:33 -0700 X-ASF-Spam-Status: No, hits=0.0 required=5.0 tests= Received: from [68.236.111.6] ([68.236.111.6:58136] helo=paris.ifactory.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id 64/8A-04543-44D65254 for ; Thu, 05 Oct 2006 13:38:30 -0700 Received: from bender.ifactory.com (bender.ifactory.com [192.168.10.24]) (authenticated bits=0) by paris.ifactory.com (8.13.4/8.12.10) with ESMTP id k95KcOMS009753 for ; Thu, 5 Oct 2006 16:38:24 -0400 Subject: tomcat not passing resources to my filters From: Dan Adams To: users@tomcat.apache.org Content-Type: text/plain Date: Thu, 05 Oct 2006 16:38:24 -0400 Message-Id: <1160080704.2217.261.camel@bender.ifactory.com> Mime-Version: 1.0 X-Mailer: Evolution 2.6.3 (2.6.3-1.fc5.5) Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.53 on 192.168.10.6 X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Okay, I just set up a new tomcat with the latest version (5.5.20). My webapp is using urlrewritefilter. Whenever I request a url the filter will output what it's doing to the log even if it doesn't end up doing anything with a url. I've got this down to a base test case and what's happening is that if I request a url that does not end in .html then urlrewritefilter is called during the request and can do it's thing. But if the file ends .html then tomcat serves up the file as-is and the filter never even gets called. Is this something new? This seems to be something that has changed since 5.5.17 because it didn't do this then. Anyone have any ideas? -- Dan Adams Senior Software Engineer Interactive Factory 617.235.5857 --------------------------------------------------------------------- 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