|
Sorry, wrong key ;-)
Again my problem:
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:read typ="text/xml"
src=""/>
</map:match>
The URL http://HOST/cocoon/test/test.html/test.xml returns
the test.xml file, but with request parameters it doesn't return the xml, but
the html file.
Any ideas?
Regards,
Christian
|
- URL matcher & parameter problem Christian Rosenberger
- RE: URL matcher & parameter problem Christian Rosenberger
- RE: URL matcher & parameter problem Lars Huttar
