2
0
mirror of https://github.com/xcat2/confluent.git synced 2024-11-26 03:19:48 +00:00
confluent/confluent_server/confluent
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
..
config Fix circular import problem 2015-01-21 14:22:53 -05:00
interface Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
plugins Fix configuration auto-fixup in ipmi 2015-01-19 16:32:30 -05:00
__init__.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
auth.py For skipauth clients, allow a 'shutdown' verb 2014-10-07 11:14:22 -04:00
consoleserver.py Add missing time import 2014-10-28 16:49:25 -04:00
core.py Implement plugin curated collections 2015-01-15 11:28:22 -05:00
exceptions.py Add identify support 2014-11-25 13:57:31 -05:00
httpapi.py Handle broken cookies from other sites in domain 2015-01-21 16:20:55 -05:00
log.py Fix circular import problem 2015-01-21 14:22:53 -05:00
main.py Handle non-ascii unicode better 2015-01-19 14:45:24 -05:00
messages.py Handle non-ascii unicode better 2015-01-19 14:45:24 -05:00
noderange.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00
shellmodule.py Fix filehandles leaking on shell modules 2014-06-12 14:42:09 -04:00
sockapi.py Try to use socket to get SO_PEERCRED 2015-01-13 15:01:55 -05:00
util.py Begin reorganizing content for packaging 2014-05-06 13:37:31 -04:00