> From: Johannes Koch [mailto:[EMAIL PROTECTED]] > > Hi, > > I have URLs like this: > 'foo.do;jsessionid=abcdefg?bar=blah' > > When I try to match it with the wildcard matcher > <map:match pattern="foo*"> > ... > </map:match> > {1} is only '.do'. How can I match the jsessionid part?
Try this: <map:match pattern="foo.*;jsessionid=*"> and use {2}. Konstantin > -- > Johannes Koch . IT Developer > Pixelpark AG . http://www.pixelpark.com > Rotherstraße 8 . 10245 Berlin . Germany > phone: +49 30 5058 - 1288 . fax: - 1355 > > > --------------------------------------------------------------------- > Please check that your question has not already been answered in the > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> > > To unsubscribe, e-mail: <[EMAIL PROTECTED]> > For additional commands, e-mail: <[EMAIL PROTECTED]> > --------------------------------------------------------------------- Please check that your question has not already been answered in the FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html> To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail: <[EMAIL PROTECTED]>