URL pattern ?
Hi,
I want to use the following URL pattern in my filter mapping.
/CSPortal/index.html?ctrl:id=page.CSPortal.*
I want to know whether it is OK to use *, the way I have used. I tried with putting \ as escape character before the reserve characters such as ?and =.
Please suggest the correct way of using such a pattern.

