Hi!
 
Have a strange problem with the URL matcher and HTTP GET parameters.
 
My URL looks like this:
 
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>
 

Reply via email to