﻿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
12683	PATH_INFO must not be overridden when it matches the SCRIPT_NAME	Gustavo Narea	nobody	"In the WSGI handler (django.core.handlers.wsgi), you set the PATH_INFO to ""/"" if it equals the SCRIPT_NAME, as a workaround for #8490.

There's no sane way to work around this at the WSGI middleware/app level, so I'd suggest not to do nothing in Django and make sure it gets fixed in the affected servers instead.

People deploying Django applications should not investigate whether the path where they want to ""mount"" the application happens to be used as PATH_INFO too by such an application.

It's Lighttpd's fault after all."		closed	HTTP handling	1.1		duplicate	wsgi, path_info, script_name		Unreviewed	0	0	0	0	0	0
