-
Bug
-
Resolution: Fixed
-
Minor
-
4.0
-
MOODLE_400_STABLE
-
MOODLE_400_STABLE
-
Steps to reproduce :
- Go on Dashbord or My Courses
- Search "<"
- An "Invalid parameter value detected" error will trigger
Stacktrace :
searchvalue => Invalid parameter value detected (Invalid external api parameter: the value is "<", the server was expecting "text" type): Invalid external api parameter: the value is "<", the server was expecting "text" type |
Error code: invalidparameter
|
* line 366 of /lib/externallib.php: invalid_parameter_exception thrown |
* line ? of unknownfile: call to external_api::validate_parameters()
|
* line 240 of /lib/externallib.php: call to call_user_func() |
* line 81 of /lib/ajax/service.php: call to external_api::call_external_function() |
searchvalue => Invalid parameter value detected (Invalid external api parameter: the value is "<", the server was expecting "text" type): Invalid external api parameter: the value is "<", the server was expecting "text" type |
Error code: invalidparameter
|
* line 366 of /lib/externallib.php: invalid_parameter_exception thrown |
* line ? of unknownfile: call to external_api::validate_parameters()
|
* line 240 of /lib/externallib.php: call to call_user_func() |
* line 81 of /lib/ajax/service.php: call to external_api::call_external_function() |
- has been marked as being related by
-
MDL-75360 HTML tags in user selector autocomplete elements trigger exceptions
- Closed