Value of Content-Disposition header:

Content-Disposition: attachment; ;filename=foo

Test Description:

'attachment', specifying a filename of foo, but including an empty parameter.

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