Value of Content-Disposition header:

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

Test Description:

'attachment', specifying a filename of foo (the parameter filename*01 should be ignored because of the leading zero)

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