﻿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
17817	Django should not send invalid Location headers	Paul McMillan	nobody	"Django's locale middleware currently includes code which generates Location headers with relative URIs.

According to RFC 1945 and 2616, Location headers must be constructed with an absolute URI. While some user agents may support the non-compliant behavior, Django itself should not rely on this, and should generate absolute URIs as it does elsewhere.

http://tools.ietf.org/html/rfc2616#section-14.30

https://code.djangoproject.com/browser/django/trunk/django/middleware/locale.py?rev=16405&order=name#L30"	Bug	closed	Internationalization	1.4-beta-1	Release blocker	fixed			Accepted	0	0	0	0	0	0
