AI OnAI Off
Thats not a corret url. It should contain a id=xxx where xxx is the pageID
That was just an example url. The intresting part is that ":" and "/" doesn't get encoded when the UrlRewriteModule is activated, or should I say doesn't get re-encoded.
Think I´ve found a bug.
When I dissable the UrlRewriteModule in web.config my url looks like /templates/search.aspx?q=test&filter=kategori%3ajobb%2fpraktik-annons#results, correctly encoded.
But with the UrlRewriteModule enabled the url gets rewritten to /sok/?q=test&filter=kategori:jobb/praktik-annons#results, which is not correct.
How can I solve this problem? I´m planning to use a custom url rewriter to rewrite some common parameters like page, tag, date and so on.