Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 15/Oct/12 1:12 PM
Description:

the script:
JSON.stringify({"a":[1,2]})

delivers the wrong result:

  • should: "{"a":[1,2]}"
  • actual: "{"a":"[1, 2]"}"

hint:
This was probably introduced by fix for JENKINS-11618

The problem is that this behaviour breaks e.g. test automation support for SilkTest and WebDriver, and probably some other things too.

Project: Jenkins
Labels: jenkins
Priority: Major Major
Reporter: Matthias Steinkogler
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to