ok, so i've changed the code to use mapbiner, and encountered an encoding issue.
the filter/orderBy params can have ">= " inside the value. problem is
that the injected Json object is it is replacing those characters with
"\u003e\u003d".
any idea how to overcome this issue?

I've seen that the some people are recomending to use the
Gson.disableHtmlEscaping method.

any idea how to resolve this issue?

thanks

On Sun, Nov 2, 2014 at 8:57 PM, Adrian Cole <adrian.f.c...@gmail.com> wrote:
> If only we could tell whoever designed this awful api to please stop making
> messes. OpenStack is full of some of the worst api design malpractice.
>
> You need a MapBinder to resolve this.



-- 
Avi Ben-Harush

Reply via email to