﻿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
17620	Chrome fails with additional Content-Disposition header	jbauer@…	nobody	"Later versions of Chrome will fail to render content if you follow this example by assigning an addition {{{ Content-Disposition }}} header, e.g.

{{{ response['Content-Disposition'] = 'attachment; filename=somefilename.pdf' }}}

The Chrome browser returns:

'''Duplicate headers received from server'''

The response from the server contained duplicate headers. This problem is generally the result of a misconfigured website or proxy. Only the website or proxy administrator can fix this issue.

Error 349 (net::ERR_RESPONSE_HEADERS_MULTIPLE_CONTENT_DISPOSITION): Multiple Content-Disposition headers received. This is disallowed to protect against HTTP response splitting attacks.
"	Bug	closed	Documentation	1.3	Normal	invalid			Unreviewed	0	0	0	0	0	0
