[issue23434] RFC6266 support (Content-Disposition for HTTP)

2016-04-09 Thread Piotr Dobrogost
Changes by Piotr Dobrogost : -- nosy: +piotr.dobrogost ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-21 Thread R. David Murray
R. David Murray added the comment: I know it is called the 'email' package, but the intent is to support http header parsing as well (cf email.policy.HTTP). -- ___ Python tracker __

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-16 Thread Myroslav Opyr
Myroslav Opyr added the comment: Hi David, According to "Test Cases for HTTP Content-Disposition header field" overview [1], this is not about email headers, but only about HTTP headers. It look like email standards and http standars are different in this area. I do know that my patch is poor

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-13 Thread R. David Murray
R. David Murray added the comment: Since that library is not part of the stdlib, this is not an appropriate patch for CPython. Note that this issue is also relevant to the email library, which intends to support RFC2616 header parsing/generation, and therefore should also be enhanced to suppo

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-11 Thread Myroslav Opyr
Changes by Myroslav Opyr : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-11 Thread Myroslav Opyr
Myroslav Opyr added the comment: As a proof of concept there is fix for the issue powered by rfc6266 library[1]. See cgi.py-v2.7.5-rfc6266_filename.patch References: [1] https://pypi.python.org/pypi/rfc6266 -- Added file: http://bugs.python.org/file38094/cgi.py-v2.7.5-rfc6266_filenam

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-11 Thread Myroslav Opyr
Myroslav Opyr added the comment: In test_cgi.py-v2.7.5-rfc6266_filename.patch there is a patch to test_cgi.py (Python 2.7.5) that reveals the issue. -- keywords: +patch Added file: http://bugs.python.org/file38092/test_cgi.py-v2.7.5-rfc6266_filename.patch _

[issue23434] RFC6266 support (Content-Disposition for HTTP)

2015-02-10 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium title: RFC6266 support -> RFC6266 support (Content-Disposition for HTTP) ___ Python tracker ___ _