- Stefan Krause pointed out that libcurl would wrongly send away cookies to
authorDaniel Stenberg <daniel@haxx.se>
Mon, 8 Sep 2008 11:36:19 +0000 (11:36 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 8 Sep 2008 11:36:19 +0000 (11:36 +0000)
commitf72a26d340fb675e03d21d7a86dbb5803cd18831
tree8666fc4896ffb694f5c884f14f86d5eb93a11db6
parent387521bb6d7e2e1062c7877247f8d2fd27fbf86d
- Stefan Krause pointed out that libcurl would wrongly send away cookies to
  sites in cases where the cookie clearly has a very old expiry date. The
  condition was simply that libcurl's date parser would fail to convert the
  date and it would then count as a (timed-based) match. Starting now, a
  missed date due to an unsupported date format or date range will now cause
  the cookie to not match.
CHANGES
RELEASE-NOTES
lib/cookie.c