[New-bugs-announce] [issue23434] RFC6266 support

Myroslav Opyr report at bugs.python.org
Tue Feb 10 15:54:47 CET 2015


New submission from Myroslav Opyr:

cgi.FieldStorage has problems parsing the multipart/form-data request with file fields with non-latin filenames. It drops the filename parameter formatted according to RFC6266 [1] (most modern browsers do). There is already python implementation for that RFC in rfc6266 module [2].

Ref:
 [1] https://tools.ietf.org/html/rfc6266
 [2] https://pypi.python.org/pypi/rfc6266

----------
components: Library (Lib)
messages: 235688
nosy: Myroslav.Opyr
priority: normal
severity: normal
status: open
title: RFC6266 support
type: enhancement
versions: Python 2.7, Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23434>
_______________________________________


More information about the New-bugs-announce mailing list