-
Bug
-
Resolution: Fixed
-
Major
-
2.8.8
-
MOODLE_28_STABLE
-
MOODLE_31_STABLE
-
MDL-51571_ltiErrorHandler -
The mod/lti/service.php should be returning errors as XML so that the tool provider can handle them appropriately and display the error to the end user, log the error, or whatever.
Currently though, there are several areas where exceptions are throw which are handled by Moodle's default exception handler which then produces a HTML document.