﻿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
24013	reverse() escapes unreserved characters supplied by prefix	Thom Gerdes	Bas Peschier	"This is very similar to ticket #22223. The escaping of unreserved characters still occurs if the unreserved characters are supplied by the prefix.

For example:
{{{
In [3]: set_script_prefix(""http://www.example.com/"")

In [4]: reverse('test', args=['foo:bar'])
Out[4]: u'http%3A//www.example.com/foo:bar'
}}}

I believe the same changes to the urlquote call for normalizing the prefix applies the same as the fix in https://github.com/django/django/commit/e167e96cfea670422ca75d0b35fe7c4195f25b63

This is also a regression in 1.6."	Bug	closed	Core (URLs)	1.6	Normal	fixed	ams2015		Ready for checkin	1	0	0	0	0	0
