Value of Content-Disposition header:

Content-Disposition: attachment; filename*0="foo"; filename*2="bar"

Test Description:

'attachment', specifying a filename of foo (the parameter filename*2 should be ignored because there's no filename*1 parameter)

UA should offer to download the resource as "foo".