Skip to content

[3.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)#12259

Closed
miss-islington wants to merge 1 commit into
python:3.7from
miss-islington:backport-ca7fe50-3.7
Closed

[3.7] bpo-35121: prefix dot in domain for proper subdomain validation (GH-10258)#12259
miss-islington wants to merge 1 commit into
python:3.7from
miss-islington:backport-ca7fe50-3.7

Conversation

@miss-islington

@miss-islington miss-islington commented Mar 10, 2019

Copy link
Copy Markdown
Contributor

Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with http.cookiejar.DefaultCookiePolicy policy. Patch by Karthikeyan Singaravelan.
(cherry picked from commit ca7fe50)

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

https://bugs.python.org/issue35121

…onGH-10258)

Don't send cookies of domain A without Domain attribute to domain B when domain A is a suffix match of domain B while using a cookiejar with `http.cookiejar.DefaultCookiePolicy` policy.  Patch by Karthikeyan Singaravelan.
(cherry picked from commit ca7fe50)

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

Copy link
Copy Markdown
Contributor Author

@tirkarthi and @ned-deily: Status check is done, and it's a failure ❌ .

@ned-deily ned-deily closed this Mar 10, 2019
@miss-islington
miss-islington deleted the backport-ca7fe50-3.7 branch March 10, 2019 02:32
@miss-islington

Copy link
Copy Markdown
Contributor Author

@tirkarthi and @ned-deily: Status check is done, and it's a failure ❌ .

@ned-deily

Copy link
Copy Markdown
Member

I'm not sure why the appveyor run failed. I tried closing and re-opening the PR to rerun the CI tests but miss-islington was too fast for me and deleted the branch before it could the PR could be re-opened. So I just let a new 3.7 backport be created (#12261).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants