This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author aviramha
Recipients aviramha
Date 2020-03-18.12:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1584533209.73.0.816552573912.issue40001@roundup.psfhosted.org>
In-reply-to
Content
SimpleCookie (http/cookies.py) load method fails if one of the has an issue.
In real life scenarios, we want to be tolerant toward faulty cookies, and just ignore those. 
My suggestion is to add ignore_errors keyword argument to the load method of SimpleCookie, skipping invalid Morsels.
History
Date User Action Args
2020-03-18 12:06:49aviramhasetrecipients: + aviramha
2020-03-18 12:06:49aviramhasetmessageid: <1584533209.73.0.816552573912.issue40001@roundup.psfhosted.org>
2020-03-18 12:06:49aviramhalinkissue40001 messages
2020-03-18 12:06:49aviramhacreate