The sessionid must be removed earlier or causes another handling, otherwise a

<map:match pattern="*.html">

would not work in our project.

But I don't have any solution for the problem.

Regards,

Joerg


Piroumian Konstantin wrote:
>>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

-- 

System Development
VIRBUS AG
Fon  +49(0)341-979-7419
Fax  +49(0)341-979-7409
[EMAIL PROTECTED]
www.virbus.de


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

Reply via email to