[
https://issues.apache.org/jira/browse/WAVE-338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13228210#comment-13228210
]
Andrew Kaplanov commented on WAVE-338:
--------------------------------------
In line 170 of JsoSearchBuilderimpl I see simple concatenate of query value to
request.
It will not work correcty if query contains for example '&' character.
String params =
"?query=" + searchRequest.getQuery() + "&index=" + searchRequest.getIndex()
+ "&numResults=" + searchRequest.getNumResults();
> Parameter "query" in the search request URL is not encoded
> ----------------------------------------------------------
>
> Key: WAVE-338
> URL: https://issues.apache.org/jira/browse/WAVE-338
> Project: Wave
> Issue Type: Bug
> Reporter: Andrew Kaplanov
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira