﻿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
16070	Urlize improperly quotes %	mitch@…	nobody	"If urlize is given a URL with a percent sign in it, it will quote it:

from django.utils.html import urlize
urlize('http://www.example.com/test%20case')
> u'<a href=""http://www.example.com/test%2520case"">http://www.example.com/test%20case</a>'

Which breaks links that are already percent sign quoted.  Should % be passed in to urlquote as a safe character to prevent this?  Or should it be an option?  I am using urlize on user generated input, and links they insert with %'s in them are broken.
"	Bug	closed	Template system	1.3	Normal	duplicate			Unreviewed	0	0	0	0	0	0
