﻿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
7493	build_absolute_url method of the HttpRequest class fails with urls with : in their path	anonymous	nobody	"When build_absolute_url is called for a location that should contain a "":"" character in it's path it fails to add the ""http://www.example.com"" part.

This is because off line 76 of django/http/__init__.py where ""if not ':' in location:"" is used to check if the location is already absolute.

According to http://www.faqs.org/rfcs/rfc1738.html it is perfectly valid to have a "":"" in the path part of a HTTP url."		closed	Uncategorized	dev		duplicate			Unreviewed	1	0	0	0	0	0
