﻿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
14346	Url patterns double slash // problem	mihneagiurgea	nobody	"Hello,

We have the following url config set up:
   (r'^(?P<query>.*)/search/$', 'frontend.views.search.search'),

And it has a problem with double slashes: if the url is pointed to http://www.ubervu.com/something+http://www.google.com/search/, the query argument that the view receives will be set to ''something+http:/www.google.com'' instead of ''something+http://www.google.com''. The request.META['REQUEST_URI'], SCRIPT_URI and SCRIPT_URL is correct, but the request.META['PATH_INFO'] and PATH_TRANSLATED is not.

Is this a known django problem or does it have something to do with the way we set up our server?

Thank you,
Mihnea Giurgea @ uberVU"		closed	HTTP handling	1.2		invalid	url patterns, double slash		Unreviewed	0	0	0	0	0	0
