◐ Shell
clean mode source ↗

bpo-5054: CGIHTTPRequestHandler.run_cgi() HTTP_ACCEPT improperly parsed by orsenthil · Pull Request #23638 · python/cpython

added 3 commits

December 2, 2020 20:55

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Dec 5, 2020
… parsed (pythonGH-23638)

(cherry picked from commit da3d2ab)

Co-authored-by: Senthil Kumaran <senthil@uthcode.com>

miss-islington added a commit that referenced this pull request

Dec 5, 2020
…y parsed (GH-23638) (GH-23657)

(cherry picked from commit da3d2ab)


Co-authored-by: Senthil Kumaran <senthil@uthcode.com>

Automerge-Triggered-By: GH:orsenthil

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 13, 2021

@ambv ambv mentioned this pull request

Jul 15, 2021

ambv added a commit that referenced this pull request

Jul 15, 2021
…nviron on Windows (GH-27161)

GH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test.

This was referenced

Jul 15, 2021

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 15, 2021
…nviron on Windows (pythonGH-27161)

pythonGH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test.
(cherry picked from commit 82b218f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 15, 2021
…nviron on Windows (pythonGH-27161)

pythonGH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test.
(cherry picked from commit 82b218f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>

ambv added a commit that referenced this pull request

Jul 15, 2021
…nviron on Windows (GH-27161) (#27169)

GH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test.
(cherry picked from commit 82b218f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>

ambv added a commit that referenced this pull request

Jul 15, 2021
…nviron on Windows (GH-27161) (#27170)

GH-23638 introduced a new test for Accept: headers in CGI HTTP servers. This test serializes all of os.environ on the server side. For non-UTF8 locales this can fail for some Unicode characters found in environment variables. This change fixes the HTTP_ACCEPT test.
(cherry picked from commit 82b218f)

Co-authored-by: Łukasz Langa <lukasz@langa.pl>