I ran into a scenario where I have a uri I dispatch to that
contains a { and } characters (I am sending a simple xquery query as a GET
parameter).
The problem is that the dispatching is performing a URI
Template generation and replacing the contents in between { and }.
Is there a way to turn URI Template generation off or
escape these characters?

