﻿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
14341	Session middleware raises exception when unit testing HttpResponseForbidden	dikbrouwer	nobody	"When verifying the GET response of a view in a unit test (TestCase) the following exception is raised in case a HttpResponseForbidden status is returned and the session middleware is enabled:


{{{
if response.has_header('Vary'):
TypeError: unbound method has_header() must be called with HttpResponseForbidden instance as first argument (got str instance instead)
}}}
"	Uncategorized	closed	Testing framework	1.2	Normal	worksforme		gerdemb	Unreviewed	0	0	0	0	0	0
