You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cocoon.apache.org by Christian Rosenberger <pi...@gmx.de> on 2004/05/18 18:38:49 UTC

URL matcher & parameter problem

Hi!

Have a strange problem with the URL matcher and HTTP GET parameters.

My URL looks like this:
http://HOST/cocoon/test/test.html?test=test/test.xml

I want to get the "text.xml" file. The URL is called by a external program, so I can't change it to http://HOST/cocoon/test/test.xml

In my sitemap

there is a sitemap matching test.html and also this section

<map:match pattern="**/*.xml">

</map:match>