[AMOS commit] MDL-30005 fix general URI support in URL module Committed into Git: 2011-10-30 22:53 UTC

[AMOS commit] MDL-30005 fix general URI support in URL module Committed into Git: 2011-10-30 22:53 UTC

by AMOS bot -
Number of replies: 0
Author: Petr Skoda
MDL-30005 fix general URI support in URL module
The recent change completely removed support for general URIs and enforced strict URL validation which was breaking backwards compatibility and was not user friendly at all.

This patch finally adds full URI support with basic validation and fixes some older xhtml strict issues.

Please note we do not try to explain the difference between URL and URI to our users. Also keep in mind that mod/url has XSS risk and does not do any security validation of the data.


http://git.moodle.org/gw?p=moodle.git;a=commit;h=4064642b37939bd3e45607cc8b6a16e9b4da6b73
http://github.com/moodle/moodle/commit/4064642b37939bd3e45607cc8b6a16e9b4da6b73

+ 2.1 en [invalidstoredurl,mod_url]