Hello,

  Can You tell me if it is a known issue that matchers malform
  encoding of nonUS characters? I have no problems when I run Cocoon
  2.1.5.1 on Windows, but when I try on Linux with Cocoon 2.1.6 then
  things go wrong.

  If there are two matches:

      <map:match type="regexp" pattern="page/(.*)">
        <map:redirect-to uri="cocoon:/page.html?page={1}"/>
      </map:match>  

      <map:match type="regexp" pattern="page.html">
        <map:generate....(sth. that use {request-param:page}
      </map:match>

  Then there is a diffrence when I request:
  page/i%C4%85%C4%99
  and
  page.html?page=i%C4%85%C4%99

  I dont know why but {1} != i%C4%85%C4%99 in first match, but
  everything is fine when I call second match directly.

  My question is: what was my mistake here?

  Thanks for any help
      
-- 
Best regards,
 Grzegorz                          mailto:[EMAIL PROTECTED]


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

Reply via email to