﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
16395	urlize works with malformed URLs	Bernhard Essl	nobody	"I think the template filter ''urlize'' should not return broken URLs as clickable links.

{{{
In [1]: from django.template.defaultfilters import urlize

In [2]: urlize(""http://:/:/.foo.com"")
Out[2]: u'<a href=""http://:/:/.foo.com"" rel=""nofollow"">http://:/:/.foo.com</a>'
}}}

I added a patch and a testcase for it."	Cleanup/optimization	closed	Template system	dev	Normal	fixed			Accepted	1	0	0	1	0	0
