libwww-perl / HTTP-Message

The HTTP-Message distribution contains classes useful for representing the messages passed in HTTP style communication.

Home Page:https://metacpan.org/pod/HTTP::Message

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Filename is not parsed correctly

Markvy opened this issue · comments

Suppose the server hands us the following Content-Disposition:

attachment; filename*=UTF-8''file.txt;

Then we should get a filename of "file.txt", but we get no file name at all.

See RFC 8187: Indicating Character Encoding and Language for HTTP Header Field Parameters

yay!