Makes sence now.
Thanks for the assistance, I'll look at the spec and respond.



----- Original Message ----- 
From: "Vadim Gritsenko" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, July 22, 2002 10:56 PM
Subject: RE: [Q] How to match an empty query parameter ?WSDL


> > 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]
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to