[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=48f69e418c1dd22f70eebfc6ffb62ad0f941ff55
http://github.com/moodle/moodle/commit/48f69e418c1dd22f70eebfc6ffb62ad0f941ff55

+ 2.2 en [invalidstoredurl,mod_url]