LimeSurvey: master 1b8c98e1

Author Committer Branch Timestamp Parent
gabrieljenik gabrieljenik master 2015-11-10 18:53:07 master 46d1242c
Affected Issues  10029: When sending AJAX calls from Firefox, RemoteControl doesn't respond
Changeset

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".

mod - application/libraries/LSjsonRPCServer.php Diff File