﻿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
17316	settings.APPEND_SLASH (CommonMiddleware) does not work well behind multiple proxies	Damien Nozay	nobody	"
- https://code.djangoproject.com/ticket/11877 as well.
- https://docs.djangoproject.com/en/1.3/ref/request-response/#django.http.HttpRequest.get_host

I'm using the `MultipleProxyMiddleware` middleware.
`settings.APPEND_SLASH` defaults to `True`.

`MultipleProxyMiddleware` needs to be enabled *before* `CommonMiddleware` for `APPEND_SLASH` to work.

Maybe all this needs is a few more lines where `MultipleProxyMiddleware` is documented (or directions to put  `MultipleProxyMiddleware` first would work too I guess).
"	Uncategorized	new	Uncategorized	1.3	Normal				Unreviewed	0	0	0	0	0	0
