]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 5 Dec 2022 21:16:14 +0000 (13:16 -0800)
committerGitHub <noreply@github.com>
Mon, 5 Dec 2022 21:16:14 +0000 (13:16 -0800)
commitec8c06bc28b29b62d31b953e54f1d8d8535faa80
tree96eb04b0a2930f4431d2bdeb60c94c81ccc17bc8
parente5075986a7bbc4b1f6b1b3fc85f18501d3b48ec4
gh-100001: Omit control characters in http.server stderr logs. (GH-100002)

Replace control characters in http.server.BaseHTTPRequestHandler.log_message with an escaped \xHH sequence to avoid causing problems for the terminal the output is printed to.
(cherry picked from commit d8ab0a4dfa48f881b4ac9ab857d2e9de42f72828)

Co-authored-by: Gregory P. Smith <greg@krypto.org>
Doc/library/http.server.rst
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Security/2022-12-05-01-39-10.gh-issue-100001.uD05Fc.rst [new file with mode: 0644]