]> granicus.if.org Git - curl/commit
- Niklas Angebrand made the cookie support in libcurl properly deal with the
authorDaniel Stenberg <daniel@haxx.se>
Thu, 31 Jan 2008 12:21:57 +0000 (12:21 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 31 Jan 2008 12:21:57 +0000 (12:21 +0000)
commita62e155ca4d9e1db640d897bfbabbd4bf865b777
tree1a738379d6c4cc2df907d88c4533d83cb847652e
parentb620e62f0f4e90f4d1338117c67580a6f5f37377
- Niklas Angebrand made the cookie support in libcurl properly deal with the
  "HttpOnly" feature introduced by Microsoft and apparently also supported by
  Firefox: http://msdn2.microsoft.com/en-us/library/ms533046.aspx . HttpOnly
  is now supported when received from servers in HTTP headers, when written to
  cookie jars and when read from existing cookie jars.
CHANGES
RELEASE-NOTES
lib/cookie.c
lib/cookie.h
tests/data/test31
tests/data/test46