-
Improvement
-
Resolution: Deferred
-
Major
-
None
-
2.2, 2.3
-
MOODLE_22_STABLE, MOODLE_23_STABLE
-
wip_
MDL-33188_m24_murl -
What can/should be done:
- proper escaping of the URLs when outputting it (currenly the path is not escaped and can contain quotes and spaces, which is invalid for form attributes - MDL-45683)
- urldecode used consistently on parameters and slash arguments and better support for utf-8
- anchor renamed to fragment (that is the name used in RFCs)
- fragment characters are not restricted any more (meaning is defined by applications processing the file)
- full support for array parameters
- new tests