bpo-35647: Fix path check in cookiejar by tirkarthi · Pull Request #11436 · python/cpython

tirkarthi

alex

alex approved these changes Mar 10, 2019

orsenthil

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 10, 2019
* 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)

Co-authored-by: Xtreak <tir.karthi@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Mar 10, 2019
* 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)

Co-authored-by: Xtreak <tir.karthi@gmail.com>

miss-islington added a commit that referenced this pull request

Mar 10, 2019
* 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)

Co-authored-by: Xtreak <tir.karthi@gmail.com>

tirkarthi added a commit to tirkarthi/cpython that referenced this pull request

Mar 11, 2019
* 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)

tirkarthi added a commit to tirkarthi/cpython that referenced this pull request

Mar 11, 2019
* 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)

ned-deily pushed a commit that referenced this pull request

Mar 12, 2019
Co-authored-by: Xtreak <tir.karthi@gmail.com>

larryhastings pushed a commit that referenced this pull request

Mar 16, 2019
* 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)

larryhastings pushed a commit that referenced this pull request

Mar 16, 2019
* 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)