Value of Content-Disposition header:

Content-Disposition: attachment; filename="foo-%\41.html"

Test Description:

'attachment', specifying a filename of foo-%41.html, using an escape character (this tests whether adding an escape character inside a %xx sequence can be used to disable the non-conformant %xx-unescaping).

UA should offer to download the resource as "foo-%41.html".