-
Bug
-
Resolution: Won't Do
-
Minor
-
None
-
2.3.7, 2.4, 2.5, 2.6
-
MOODLE_23_STABLE, MOODLE_24_STABLE, MOODLE_25_STABLE, MOODLE_26_STABLE
-
MDL-40330-m26 -
XML-RPC webservices should not require debug level to return exception messages - currently checks debugging() true to return exception messages.
This doesn't appear to happen with REST & AMF protocols (check SOAP & double-check other protocols)
Without debbugging enabled all XML-RPC webservice errors simply return:
array(2) {
|
["faultCode"]=>
|
int(404)
|
["faultString"]=>
|
string(13) "Unknown error"
|
}
|