﻿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
20338	ALLOWED_HOSTS requires adding absolute domain	Michael Manfre	nobody	"The current ALLOWED_HOSTS implementation requires adding the absolute domain name (single trailing dot).

E.g.

{{{
ALLOWED_HOSTS = [
  '.src.org',
  '.src.org.',
]
}}}
"	Bug	closed	HTTP handling	dev	Normal	fixed			Ready for checkin	1	0	0	0	0	0
