2
0
mirror of https://github.com/xcat2/confluent.git synced 2025-01-18 05:33:17 +00:00
Jarrod Johnon a9eab61567 Handle broken cookies from other sites in domain
If a web application in a wider domain sets a cookie that python
doesn't like, a CookieError would be raised to ruin the whole request.
Address by subclassing SimpleCookie to catch the cookie error and
set an empty Morsel rather than fail out.  This allows the errant
cookie to be ignored while still being able to check for the cookie
that we actually care about.
2015-01-21 16:20:55 -05:00
..
2015-01-21 14:22:53 -05:00
2014-10-28 16:49:25 -04:00
2015-01-15 11:28:22 -05:00
2014-11-25 13:57:31 -05:00
2015-01-21 14:22:53 -05:00
2015-01-19 14:45:24 -05:00
2015-01-19 14:45:24 -05:00