Escapes "st" field should use encodeURIComponent
------------------------------------------------
Key: SHINDIG-495
URL: https://issues.apache.org/jira/browse/SHINDIG-495
Project: Shindig
Issue Type: Bug
Components: Features (Javascript)
Environment: No matter
Reporter: Jacky Wang
When st field includes "+", which is very common, the current js code will
attach it unchanged as the query parameter of jsonBatch servlet.
However, the char "+" will be parsed as " " in the server side.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.