]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 May 2025 07:37:43 +0000 (09:37 +0200)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 07:37:43 +0000 (07:37 +0000)
commitd7230e1110f9dd210596349e09c5824862666b5b
treec2d9377d3ff4a4caf34aad636190b464434449e6
parent5cdad8c90caa4efbd7846764a37d08402cd5812c
[3.14] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134123)

(cherry picked from commit 2f1ecb3bc474a5895dce090cca7b8afe7b560040)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS.d/next/Library/2025-05-16-20-10-25.gh-issue-134098.YyTkKr.rst [new file with mode: 0644]