View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
10029 | Bug reports | RemoteControl | public | 2015-11-10 19:44 | 2015-12-04 15:13 |
Reporter | gabrieljenik | Assigned To | c_schmitz | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Fixed in Version | 2.06+ | ||||
Summary | 10029: When sending AJAX calls from Firefox, RemoteControl doesn't respond | ||||
Description | I believe this is because FF appends "de-facto" the string "charset=UTF-8" to the content-type header, resulting in a header as follows: "application/json; charset=UTF-8" LS doesn't recognize that as a valid header. | ||||
Tags | No tags attached. | ||||
Bug heat | 6 | ||||
Complete LimeSurvey version number (& build) | Build 150930 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | |||||
Database type & version | MySQL | ||||
Server OS (if known) | - | ||||
Webserver software & version (if known) | Apache | ||||
PHP Version | - | ||||
Commit: https://github.com/LimeSurvey/LimeSurvey/commit/1b8c98e1bf529dbef7efd5fad0732a015318aef9 PR: |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=16278 |
|
2.06+ Build 151205 released |
|
LimeSurvey: master 1b8c98e1 2015-11-10 19:53 Details Diff |
Fixed issue 10029: When sending AJAX calls from Firefox, RemoteControl doesn't respond FF appends "de-facto" the string "charset=UTF-8" to the content-type header Remote Control didn't recognize "application/json; charset=UTF-8" as valid header. Now allows CONTENT_TYPE to be like "application/json; charset=UTF-8". |
Affected Issues 10029 |
|
mod - application/libraries/LSjsonRPCServer.php | Diff File | ||
LimeSurvey: master 687ae677 2015-11-13 05:47 Details Diff |
Merge pull request #383 from gabrieljenik/patch-20 Fixed issue 10029: When sending AJAX calls from Firefox, RemoteControl doesn't respond |
Affected Issues 10029 |
|
mod - application/libraries/LSjsonRPCServer.php | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2015-11-10 19:44 | gabrieljenik | New Issue | |
2015-11-10 19:44 | gabrieljenik | Assigned To | => gabrieljenik |
2015-11-10 19:44 | gabrieljenik | Status | new => assigned |
2015-11-10 19:54 | gabrieljenik | Note Added: 33553 | |
2015-11-10 19:54 | gabrieljenik | Status | assigned => resolved |
2015-11-10 19:54 | gabrieljenik | Resolution | open => fixed |
2015-11-12 18:44 | gabrieljenik | Issue Monitored: c_schmitz | |
2015-11-13 05:47 | gabrieljenik | Changeset attached | => LimeSurvey master 1b8c98e1 |
2015-11-13 05:47 | c_schmitz | Changeset attached | => LimeSurvey master 687ae677 |
2015-11-13 05:47 | c_schmitz | Note Added: 33565 | |
2015-11-13 05:47 | c_schmitz | Assigned To | gabrieljenik => c_schmitz |
2015-11-13 05:47 | c_schmitz | Product Version | => 2.06+ |
2015-11-13 05:47 | c_schmitz | Fixed in Version | => 2.06+ |
2015-12-04 15:13 | c_schmitz | Note Added: 33698 | |
2015-12-04 15:13 | c_schmitz | Status | resolved => closed |
2021-08-03 20:21 | guest | Bug heat | 4 => 6 |