[issue44104] http.cookies.CookieError: Illegal key

2021-05-13 Thread ra1nb0w
ra1nb0w added the comment: Just another question: jaswdr, can you provide an example on how to filter out http.cookies.CookieError? thanks -- ___ Python tracker <https://bugs.python.org/issue44

[issue44104] http.cookies.CookieError: Illegal key

2021-05-12 Thread ra1nb0w
ra1nb0w added the comment: Thank you very much jaswdr for the clarification. Now I close this issue. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[issue44104] http.cookies.CookieError: Illegal key

2021-05-10 Thread ra1nb0w
New submission from ra1nb0w : The issue arises when there are multiple web applications using the same hostname and a "bad" cookie is stored; the first one (ex. tvheadend) sets a cookie like 'ys-api/mpegts/service=blabla' and the second is a python one that crash with the followin