MrDraw/tests/server/util
Gina Häußge bbe6e44d44 Only use non-postfixed cookie if no postfixed one exists
Example:

  * both "session" and "session_P5000" cookies available: "session" value from "session_P5000"
  * only "session" cookie available: "session" value from "session"
  * only "session_P5000" cookie available: "session" value from "session_P5000"
2016-09-08 15:42:51 +02:00
..
__init__.py Cookie names are now port specific, based on the request associated with a response 2016-09-05 12:06:56 +02:00
flask.py Only use non-postfixed cookie if no postfixed one exists 2016-09-08 15:42:51 +02:00
tornado.py Fixed a small issue with RFC 5987 headers arriving as unicode in parser 2016-09-07 18:44:46 +02:00