]> granicus.if.org Git - python/commit
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query
authorMartin Panter <vadmium+py@gmail.com>
Sat, 3 Oct 2015 05:55:46 +0000 (05:55 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 3 Oct 2015 05:55:46 +0000 (05:55 +0000)
commitcb29e8c0e5dc67c5f73926ea0c540612ca40714a
treea687804c0989d3a5d108daaa1550a6fa1aff3c48
parenta02e18a43f61543c911c82698d3cf44c8c11a0c2
Issue #24657: Prevent CGIRequestHandler from collapsing the URL query

Initial patch from Xiang Zhang. Also fix out-of-date _url_collapse_path() doc
string.
Lib/http/server.py
Lib/test/test_httpservers.py
Misc/NEWS