Value of Content-Disposition header:

Content-Disposition: attachment; filename=foo.html ;

Test Description:

'attachment', specifying a filename of foo.html using a token instead of a quoted-string, and adding a trailing semicolon.

The trailing semicolon makes the header field value syntactically incorrect, as no other parameter follows. Thus the header field should be ignored.