Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 60103 invoked from network); 27 Jul 2005 17:04:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 17:04:50 -0000 Received: (qmail 21856 invoked by uid 500); 27 Jul 2005 17:04:31 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 21839 invoked by uid 500); 27 Jul 2005 17:04:31 -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 21826 invoked by uid 99); 27 Jul 2005 17:04:31 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 10:04:31 -0700 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [81.28.232.18] (HELO relay1.mail.vrmd.de) (81.28.232.18) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Jul 2005 10:04:24 -0700 Received: from [213.23.180.180] (helo=[192.168.33.66]) by vm8.bln2.vrmd.de with asmtp (Exim 4.41) id 1DxpKY-00080W-Ob for tomcat-user@jakarta.apache.org; Wed, 27 Jul 2005 19:04:30 +0200 Message-ID: <42E7BEA1.5090101@cnm.de> Date: Wed, 27 Jul 2005 19:04:33 +0200 From: Marten Lehmann User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.8) Gecko/20050511 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Tomcat Users List Subject: injecting a new request within a filter Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Relay-User: lehmann@variomedia.de X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hello, from within a filter, I'm trying to do the following: request.getRequestDispatcher(req.getServletPath() + "index.faces").forward(request, response); This works generally fine. The problem is, that attached filters simply aren't processed for this request. I have two filters in series, the first filter is doing the above forward-request on a conditionally basis and the second filter is never called in this case. How can I re-inject the request, so that either both filters are passed again, or at least the second filter (and maybe others following) is processed? Regards Marten --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org