cpython/Lib/http
Miss Islington (bot) 97c7d78fda
bpo-35647: Fix path check in cookiejar (GH-11436)
* Refactor cookie path check as per RFC 6265

* Add tests for prefix match of path

* Add news entry

* Fix set_ok_path and refactor tests

* Use slice for last letter
(cherry picked from commit 0e1f1f0105)

Co-authored-by: Xtreak <tir.karthi@gmail.com>
2019-03-10 10:30:35 -07:00
..
__init__.py bpo-30553: Add status code 421 to http.HTTPStatus (GH-2589) 2017-10-26 21:49:19 +03:00
client.py bpo-33365: print the header values beside the keys (GH-6611) 2018-06-19 06:52:36 -07:00
cookiejar.py bpo-35647: Fix path check in cookiejar (GH-11436) 2019-03-10 10:30:35 -07:00
cookies.py bpo-991266: Fix quoting of Comment attribute of SimpleCookie (GH-6555) 2018-04-23 03:58:23 +03:00
server.py bpo-33663: Convert content length to string before putting to header (GH-7754) 2018-06-18 14:37:56 -07:00