[issue34911] Allow Cookies for Secure WebSockets

2018-10-08 Thread Andrew Svetlov


Change by Andrew Svetlov :


--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.8

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34911] Allow Cookies for Secure WebSockets

2018-10-08 Thread Andrew Svetlov


Andrew Svetlov  added the comment:


New changeset 4c339970570d07916bee6ade51f4e9781d51627a by Andrew Svetlov (Paul 
Bailey) in branch 'master':
bpo-34911: Added support for secure websocket cookies (GH-9734)
https://github.com/python/cpython/commit/4c339970570d07916bee6ade51f4e9781d51627a


--
nosy: +asvetlov

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34911] Allow Cookies for Secure WebSockets

2018-10-05 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
pull_requests: +9120
stage:  -> patch review

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue34911] Allow Cookies for Secure WebSockets

2018-10-05 Thread Paul Bailey


New submission from Paul Bailey :

http.cookiejar.DefaultCookiePolicy should support the secure websocket protocol 
wss. WebSockets start off as HTTP requests and then get upgraded but have a 
different protocol of `wss` instead of `https`. This means secure cookies are 
not passed through by default.

--
components: Library (Lib)
messages: 327199
nosy: Paul Bailey
priority: normal
severity: normal
status: open
title: Allow Cookies for Secure WebSockets
type: enhancement

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com