mirror of
https://github.com/xcat2/confluent.git
synced 2024-11-26 03:19:48 +00:00
a9eab61567
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. |
||
---|---|---|
.. | ||
config | ||
interface | ||
plugins | ||
__init__.py | ||
auth.py | ||
consoleserver.py | ||
core.py | ||
exceptions.py | ||
httpapi.py | ||
log.py | ||
main.py | ||
messages.py | ||
noderange.py | ||
shellmodule.py | ||
sockapi.py | ||
util.py |