This is my real pipeline: <map:match pattern="mysite/***"> <map:mount check-reload="yes" reload-method="synchron" src="mysite/sitemap.xmap" uri-prefix="mysite"/> </map:match> As you can see, I use 3 asterisks, 'cause I want to match something like: "mysite/mydirectory/myfile.myext"; when I write: http://localhost:8080/mysite/1dir or http://localhost:8080/mysite/1dir/2dir/3dir/4dir/file.ext or a lot of other combinations ... the pattern doesn't match Any suggestion?
--------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>