> From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]]
>
> I still can't get it to work.
> JDK 1.4, Tomcat 4.0.4, Cocoon 2.1 HEAD, Win XP
>
> Can you send me the whole sitemap?
Nothing special:
...
<map:matchers default="wildcard">
<map:matcher name="wildcard" logger="sitemap.matcher.wildcard"
src="org.apache.cocoon.matching.WildcardURIMatcher"/> <map:matcher
name="request" logger="sitemap.matcher.request"
src="org.apache.cocoon.matching.RequestParameterMatcher"/>
</map:matchers>
...
<map:pipelines>
<map:pipeline>
<map:match pattern="test">
<map:match type="request" pattern="WSDL">
<map:redirect-to uri="welcome"/>
</map:match>
</map:match>
</map:pipeline>
</map:pipelines>
> What is your environment?
JDK 1.3.1, Resin 2.0.4, Cocoon 2.0.3-dev, Win 2K (if it matters).
... It seems that difference is feature of Tomcat 4.0.4: it does not
show request parameter.
Under resin:
REQUEST PARAMETERS:
PARAM: 'WSDL' VALUES: '[]'
Under Tomcat:
REQUEST PARAMETERS:
What servlet spec says about this situation?
Vadim
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]