[issue33027] handling filename encoding in Content-Disposition by cgi.FieldStorage

2018-03-22 Thread Paweł
Paweł added the comment: duplicate of https://bugs.python.org/issue23434 -- resolution: -> duplicate stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue33027] handling filename encoding in Content-Disposition by cgi.FieldStorage

2018-03-08 Thread Paweł
Change by Paweł : -- keywords: +patch pull_requests: +5790 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-list mailin

[issue33027] handling filename encoding in Content-Disposition by cgi.FieldStorage

2018-03-08 Thread Paweł
New submission from Paweł : It appears that cgi.FieldStorage does not handle Content-Disposition with filenames with defined encoding. (according to RFC5987) Example: ''' Content-Disposition: form-data; name="file"; filename*=utf-8''upload_test_file_%C5%82%C3%B3%C4%85%C3%A4.txt ''' The way to