Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Search queries of the OBR plugin may contain characters which are not allowed unencoded in URL-encoded request parameters. To fix this, the query string should be URL encoded when sending from the client to the server and be decoded on the server.
Consequently on the client the query must be decoded again to load it into the search box.