diff options
author | Micael Karlberg <[email protected]> | 2011-09-08 16:51:16 +0200 |
---|---|---|
committer | Micael Karlberg <[email protected]> | 2011-09-08 16:51:16 +0200 |
commit | 3f36eb27a98ef7364b34f21dc25fce170cca1a77 (patch) | |
tree | 1cd196ccd5a958dc989a187118957867996f9b60 /lib/inets/doc | |
parent | 9638b0e25fa4cce428b14fc9a1ede3e97a602c15 (diff) | |
download | otp-3f36eb27a98ef7364b34f21dc25fce170cca1a77.tar.gz otp-3f36eb27a98ef7364b34f21dc25fce170cca1a77.tar.bz2 otp-3f36eb27a98ef7364b34f21dc25fce170cca1a77.zip |
[httpc] Rewrote cookie parsing. Among other things solving
cookie processing from www.expedia.com.
OTP-9434
Diffstat (limited to 'lib/inets/doc')
-rw-r--r-- | lib/inets/doc/src/notes.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/lib/inets/doc/src/notes.xml b/lib/inets/doc/src/notes.xml index 56257ebdd4..60559afc2e 100644 --- a/lib/inets/doc/src/notes.xml +++ b/lib/inets/doc/src/notes.xml @@ -56,12 +56,19 @@ <list> <item> - <p>[httpc] Parsing of expire date cookie should be more forgiving. + <p>[httpc] Parsing of a cookie expire date should be more forgiving. That is, if the parsing fails, the date should be ignored. - Also added support for (yet another) date format: "Tue Jan 01 08:00:01 2036 GMT". </p> + Also added support for (yet another) date format: + "Tue Jan 01 08:00:01 2036 GMT". </p> <p>Own Id: OTP-9433</p> </item> + <item> + <p>[httpc] Rewrote cookie parsing. Among other things solving + cookie processing from www.expedia.com. </p> + <p>Own Id: OTP-9434</p> + </item> + </list> </section> |