Did you do what I suggested and put a breakpoint at the beginning of the REST resource class entry point ?
From here you can at least check if the input seems right and then if you do a step by step until db query is generated for the actually search it should be easy to find where the search pattern is broken.
That's exactly what I would have to do you give you more informations. On Sun, May 15, 2011 at 11:14, Chamika Weerasinghe <chamikaw@gmail.com> wrote:
Hi, http://jira.xwiki.org/jira/browse/XWIKI-5970 I went through the source of the REST search related to this issue and found nothing which will cause this error.
Normally white space " " is replaced with plus sign "+" when decoding an URL using URLDecoder in Java. But I can't find any usages of this. Please suggest me some idea which causes this issue.
Thank you _______________________________________________ devs mailing list devs@xwiki.org http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne