﻿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
12186	HttpResponseRedirect(request.get_full_path()) fails with UnicodeEncodeError for international URL	Oldřich Jedlička	nobody	"The problem is in get_full_path() when the path component contains unicode data. The path (unicode) cannot be used in the HttpResponseRedirect. The iri_to_uri should be used for the whole string I think. The simplest example that triggers the problem is this (when the URL contains international characters)

{{{
  def view(request):
    return HttpResponseRedirect(request.get_full_path())
}}}"		closed	Uncategorized	dev		duplicate			Unreviewed	0	0	0	0	0	0
