﻿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
12445	iri_to_uri undesirably converts ~ to %7E	jille@…	nobody	"At the moment it is not possible to redirect to so-called user-dirs (e.g. http://host/~username/); because HttpResponseRedirect uses iri_to_uri, which does:
{{{
  return urllib.quote(smart_str(iri), safe='/#%[]=:;$&()+,!?*')
}}}

By adding ~ to the list of 'safe characters' my problem goes away.

My apologies if I ain't clear enough."		closed	HTTP handling	dev		fixed	iri_to_uri redirect tilde userdir		Unreviewed	1	0	0	0	0	0
