Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 17799 invoked from network); 23 Oct 2003 13:55:46 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 23 Oct 2003 13:55:46 -0000 Received: (qmail 63390 invoked by uid 500); 23 Oct 2003 13:54:50 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 63359 invoked by uid 500); 23 Oct 2003 13:54:49 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: users@cocoon.apache.org Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 63326 invoked from network); 23 Oct 2003 13:54:49 -0000 Received: from unknown (HELO nycsmtp4out-eri0.rdc-nyc.rr.com) (24.29.99.227) by daedalus.apache.org with SMTP; 23 Oct 2003 13:54:49 -0000 Received: from olegdulin.com (24-168-64-172.si.rr.com [24.168.64.172]) by nycsmtp4out-eri0.rdc-nyc.rr.com (8.12.10/Road Runner SMTP Server 1.0) with ESMTP id h9NDsocw017801 for ; Thu, 23 Oct 2003 09:54:51 -0400 (EDT) Message-ID: <3F97DDA4.7030709@olegdulin.com> Date: Thu, 23 Oct 2003 09:54:44 -0400 From: Oleg Dulin User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: users@cocoon.apache.org Subject: Re: Refering to parts of the URI using a matcher References: <3F97DC24.2030405@olegdulin.com> <3F97DCE0.7060003@virbus.de> In-Reply-To: <3F97DCE0.7060003@virbus.de> 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 X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Joerg: >> >> >> and then refer to the parts of the "**" and "*.xml" parts of the match >> using "{1}" and "{2}.xml" respectively. > What's the problem? It's exactly as you wrote it. The problem is that as long as i have pattern="/foo/**/some/other/stuff" the match is triggered. As soon as I change it to "/foo/**/*.xml/some/other/stuff" I start getting 404 Not Found Oleg --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org