Community
Participate
Working Groups
Build Identifier: The "tcf" command accepts a service name, a command, and then various parameters, which are all JSON objects. The "tcf" command should parse the final parameters as json objects instead of space delimited arguments. This would allow spaces within strings passed to the command. Reproducible: Always Steps to Reproduce: 1.Start agent 2.connect 3.Issue tcf command that includes a string with spaces as a parameter.
I have changed the code to treat space as delimiter only between JSON objects. Inside a string, spaces are now preserved. In other parts of JSON text, spaces are ignored. Fixed. Thanks.