View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
09481 | Bug reports | RemoteControl | public | 2015-01-28 15:27 | 2015-02-11 15:57 |
Reporter | jweberhofer | Assigned To | c_schmitz | ||
Priority | urgent | Severity | trivial | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.05+ | ||||
Fixed in Version | 2.05+ | ||||
Summary | 09481: RPC export_responses results is broken due to fix in 09372 | ||||
Description | The current change for 09372 breaks the functionality for users of JSON-RPC even so the doc says "We recommend in general to use JSON-RPC because it is well tested and has a much smaller footprint than XML-RPC.". The change only works for users of XML-RPC as JSON-RPC does not support embedding the result in a <string>...</string> construct (JSON does not support XML at all). This embedding should only be used for XML-RPC; I would even say it should be removed, as the spec in http://xmlrpc.scripting.com/spec.html clearly says in section "Scalar <value>s": "If no type is indicated, the type is string." | ||||
Tags | No tags attached. | ||||
Bug heat | 2 | ||||
Complete LimeSurvey version number (& build) | 141210 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MySQL | ||||
Server OS (if known) | openSUSE | ||||
Webserver software & version (if known) | Apache 2.4 | ||||
PHP Version | 5.3.x | ||||
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14874 |
|
Fix committed to 2.06 branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=14875 |
|
Version 2.05 Build 150211 released |
|
LimeSurvey: master e3bcbbf2 2015-01-28 15:41 Details Diff |
Fixed issue 09481: RemoteControl function export_responses results is broken with JSON-RPC |
Affected Issues 09481 |
|
mod - application/libraries/BigData.php | Diff File | ||
LimeSurvey: 2.06 734e5f1d 2015-01-28 15:41 Details Diff |
Fixed issue 09481: RemoteControl function export_responses results is broken with JSON-RPC |
Affected Issues 09481 |
|
mod - application/libraries/BigData.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-01-28 15:27 | jweberhofer | New Issue | |
2015-01-28 15:33 | c_schmitz | Assigned To | => c_schmitz |
2015-01-28 15:33 | c_schmitz | Status | new => assigned |
2015-01-28 15:41 | c_schmitz | Changeset attached | => LimeSurvey master e3bcbbf2 |
2015-01-28 15:41 | c_schmitz | Note Added: 31506 | |
2015-01-28 15:41 | c_schmitz | Resolution | open => fixed |
2015-01-28 15:43 | c_schmitz | Changeset attached | => LimeSurvey 2.06 734e5f1d |
2015-01-28 15:43 | c_schmitz | Note Added: 31507 | |
2015-01-28 15:44 | c_schmitz | Status | assigned => resolved |
2015-01-28 15:44 | c_schmitz | Fixed in Version | => 2.05+ |
2015-02-11 15:57 | c_schmitz | Note Added: 31667 | |
2015-02-11 15:57 | c_schmitz | Status | resolved => closed |