Hi, I have a page that needs to accept an url as query or context parameter.
So for example: https://abc.com?redirectUrl=https://def.com/abc123/456 But Tapestry does not accept the slashes (even if I use the %2F notation):*Input string '[...]' is not valid; the character '/' at position 7 is not valid.*
How can I achieve what I need with Tapestry? Nathan