]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 17 May 2025 07:33:42 +0000 (09:33 +0200)
committerGitHub <noreply@github.com>
Sat, 17 May 2025 07:33:42 +0000 (07:33 +0000)
commitbc0dc9d4ef4c90d1db7d186e9ddc7ec680cddf0b
tree9247852e7f4c6a17ca7a300db9144d00f05e130d
parent6dae0825847b338a8ca72def3385328ee0a4ea6e
[3.13] gh-134098: Fix handling %-encoded trailing slash in SimpleHTTPRequestHandler (GH-134099) (GH-134124)

(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]