[3.4] bpo-35647: Fix path check in cookiejar (GH-11436) by tirkarthi · Pull Request #12278 · python/cpython
Navigation Menu
{{ message }}
- Notifications You must be signed in to change notification settings
- Fork 34.4k
Merged
larryhastings merged 1 commit intopython:3.4from
Mar 16, 2019Merged
[3.4] bpo-35647: Fix path check in cookiejar (GH-11436)#12278
larryhastings merged 1 commit intopython:3.4from
[3.4] bpo-35647: Fix path check in cookiejar (GH-11436)#12278
larryhastings merged 1 commit intopython:3.4from
Conversation
Copy link Copy Markdown
Member
Refactor cookie path check as per RFC 6265
(cherry picked from commit 0e1f1f0)
* 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 0e1f1f0)
the-knights-who-say-ni
added
the
CLA signed
label
bedevere-bot
added
the
awaiting review
label
larryhastings
merged commit
e260f09
into
python:3.4
Copy link Copy Markdown
bedevere-bot
commented
Mar 16, 2019
bedevere-bot commented
Mar 16, 2019@larryhastings: Please replace # with GH- in the commit message next time. Thanks!
bedevere-bot
removed
the
awaiting review
label
Copy link Copy Markdown
Contributor
larryhastings
commented
Mar 16, 2019
larryhastings commented
Mar 16, 2019Thanks for the backport!
tirkarthi
deleted the
backport-0e1f1f0-3.4
branch
tirkarthi
restored the
backport-0e1f1f0-3.4
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment