-
Bug
-
Resolution: Not a bug
-
Minor
-
None
-
2.2.1
-
Linux with pt_BR locale
-
MOODLE_22_STABLE
-
-
In web services functions, with "REST" protocol , doesn't accept URLecoded characters in the value
example:
users[0][id]=2&users[0][firtsname]=José Maria
in URLencode will be
users%5B0%5D%5Bid%5D=2&users%5B0%5D%5Bfirtsname%5D=Jos%E9%20Maria
The name part ( users%5B0%5D%5Bfirtsname%5D ) its ok, doesn't have any problem, but in the value part (Jos%E9%20Maria),it's returning an exception message, "Invalid parameter value detected"
<EXCEPTION class="invalid_parameter_exception">
<MESSAGE>Invalid parameter value detected</MESSAGE>
<DEBUGINFO></DEBUGINFO>
</EXCEPTION>
- has a non-specific relationship to
-
MDL-31253 META - web service improvements for 2.3
-
- Closed
-