Yuri de Wit <ydewit <at> gmail.com> writes:
>
> 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?
>
>
Never mind... I didnt realized that { and } are also characters encoded by
Reference.encode.
thanks for listening :-)