[issue27674] Quote mark breaks http.cookies, Cookie.py processing

2020-09-03 Thread Benoît Brayer
Benoît Brayer added the comment: Please find what Django's devs have done to parse cookies: https://github.com/django/django/commit/93a135d111c2569d88d65a3f4ad9e6d9ad291452 I hope this might help to find a solution. -- nosy: +brayer.benoit

[issue41695] http.cookies.SimpleCookie.parse could not parse cookies when one cookie value is json

2020-09-02 Thread Benoît Brayer
New submission from Benoît Brayer : Using python3.8.5, SimpleCookie parser seems to be unable to load the cookie string when a json string is used inside one of the cookie values. I did not try to replay using other python3 versions yet. Please use the following code to replay the bug