History log of /curl/tests/data/test31 (Results 26 – 50 of 50)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0
# 7c21c1c4 09-Aug-2011 Daniel Stenberg

cookie parser: handle 'secure='

There are two keywords in cookie headers that don't follow the regular
name=value style: secure and httponly. Still we must support that they
are writ

cookie parser: handle 'secure='

There are two keywords in cookie headers that don't follow the regular
name=value style: secure and httponly. Still we must support that they
are written like 'secure=' and then treat them as if they were written
'secure'. Test case 31 was much extended by Rob Ward to test this.

Bug: http://curl.haxx.se/bug/view.cgi?id=3349227
Reported by: "gnombat"

show more ...


Revision tags: curl-7_21_7, curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1, curl-7_20_0, curl-7_19_7
# 448d2b5f 25-Oct-2009 Daniel Stenberg

- Dima Barsky made the curl cookie parser accept cookies even with blank or
unparsable expiry dates and then treat them as session cookies - previously
libcurl would reject cookies with a

- Dima Barsky made the curl cookie parser accept cookies even with blank or
unparsable expiry dates and then treat them as session cookies - previously
libcurl would reject cookies with a date format it couldn't parse. Research
shows that the major browser treat such cookies as session cookies. I
modified test 8 and 31 to verify this.

show more ...


Revision tags: curl-7_19_6, curl-7_19_5, curl-7_19_4, curl-7_19_3, curl-7_19_2, curl-7_19_1, curl-7_19_0
# e138ae5e 28-Aug-2008 Daniel Stenberg

- I'm abandoning the system with the web site mirrors (but keeping download
files bing mirrored) and thus I've changed the URL in the cookiejar header
to no longer use curlm.haxx.se but i

- I'm abandoning the system with the web site mirrors (but keeping download
files bing mirrored) and thus I've changed the URL in the cookiejar header
to no longer use curlm.haxx.se but instead use the main site curl.haxx.se

show more ...


Revision tags: curl-7_18_2, curl-7_18_1
# a62e155c 31-Jan-2008 Daniel Stenberg

- 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.co

- 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.

show more ...


Revision tags: curl-7_18_0, curl-7_17_1
# 05e4a302 14-Sep-2007 Dan Fandrich

Replaced 127.0.0.1 with %HOSTIP where possible


Revision tags: curl-7_17_0, curl-7_17_0-preldapfix
# 19631f5d 10-Jul-2007 Dan Fandrich

Force the time zone to GMT in the cookie tests in case the user is
using one of the so-called 'right' time zones that take into account
leap seconds, which causes the tests to fail (as report

Force the time zone to GMT in the cookie tests in case the user is
using one of the so-called 'right' time zones that take into account
leap seconds, which causes the tests to fail (as reported by
Daniel Black in bug report #1745964).

show more ...


Revision tags: curl-7_16_4, curl-7_16_3, curl-7_16_2
# 9b647437 05-Feb-2007 Yang Tse

Year 2038 has its own problems (32 bit integer overflow).
So cookie expiration date is lowered to expire at most in 2035.


# 401598c2 02-Feb-2007 Yang Tse

more fixes for the testsuite cookie expiration issue


# d60848d0 02-Feb-2007 Yang Tse

cookie expiration time got us with pants at our knees.
Next time in 2038 :-)


Revision tags: curl-7_16_1
# 33bea767 23-Jan-2007 Dan Fandrich

Convert (most of) the test data files into genuine XML. A handful still
are not, due mainly to the lack of support for XML character entities
(e.g. & => &amp; ). This will make it easier to

Convert (most of) the test data files into genuine XML. A handful still
are not, due mainly to the lack of support for XML character entities
(e.g. & => &amp; ). This will make it easier to validate test files using
tools like xmllint, as well as edit and view them using XML tools.

show more ...


Revision tags: curl-7_16_0
# 68e9f757 27-Sep-2006 Daniel Stenberg

As reported in bug: #1566077 the former URL mentioned in the generated cookie
jar has died and we now instead point out our own version of that


Revision tags: curl-7_15_6-prepipeline, curl-7_15_5, curl-7_15_4, curl-7_15_3, curl-7_15_2, curl-7_15_1, curl-7_15_0, curl-7_14_1, c-ares-1_3_0, curl-7_14_0
# 5d9fc28f 11-May-2005 Daniel Stenberg

Modified the default HTTP headers used by libcurl:

A) Normal non-proxy HTTP:

- no more "Pragma: no-cache" (this only makes sense to proxies)

B) Non-CONNECT HTTP request ov

Modified the default HTTP headers used by libcurl:

A) Normal non-proxy HTTP:

- no more "Pragma: no-cache" (this only makes sense to proxies)

B) Non-CONNECT HTTP request over proxy:

- "Pragma: no-cache" is used (like before)
- "Proxy-Connection: Keep-alive" (for older style 1.0-proxies)

C) CONNECT HTTP request over proxy:

- "Host: [name]:[port]"
- "Proxy-Connection: Keep-alive"

show more ...


# 63621bae 28-Apr-2005 Daniel Stenberg

Set mode text on the section that is written by curl in text mode, to allow
the runtests.pl to check this differently on operating systems that
differentiate on this.


# 53280a19 16-Apr-2005 Daniel Stenberg

keywords added


Revision tags: curl-7_13_2, curl-7_13_1, before_ftp_statemachine, curl-7_13_0
# f2e71edc 25-Jan-2005 Daniel Stenberg

A minor "syntax error" in numerous test files corrected


Revision tags: curl-7_12_3, curl-7_12_2
# ca52c963 11-Sep-2004 Daniel Stenberg

1. cookie expire-strings MUST use GMT timezones
2. adjusted date strings to upcoming date parser rewrite


# 2b1673c9 08-Sep-2004 Daniel Stenberg

Now the test servers and test cases can run on a custom port number. There's
no fixed port numbers in use anymore. Starting now, the default ports the
servers use are 8990 - 8993. There's no

Now the test servers and test cases can run on a custom port number. There's
no fixed port numbers in use anymore. Starting now, the default ports the
servers use are 8990 - 8993. There's no option to modify these yet, but
changing the $base option in the top of the runtests.pl script.

show more ...


Revision tags: curl-7_12_1, pre-aifix, curl-7_12_0, curl-7_11_2, c-ares-1_2_0, curl-7_11_1
# 93e32e6f 09-Feb-2004 Daniel Stenberg

Modified the default HTTP Accept: header to only be Accept: */*


Revision tags: curl-7_11_0, curl-7_10_8, curl-7_10_7, curl-7_10_6
# c50a601f 19-Jul-2003 Daniel Stenberg

modified to work fine with the new persistant connection working test suite
HTTP server


Revision tags: curl-7_10_5
# ee29dbdb 30-Apr-2003 Daniel Stenberg

Each test case now specifies which server(s) it needs, without relying on the
test number.


# 26afc604 30-Apr-2003 Daniel Stenberg

modified to work with modified code


Revision tags: curl-7_10_4, curl-7_10_3, curl-7_10_2, curl-7_10_1, curl-7_10
# 69f6d14b 29-Jul-2002 Daniel Stenberg

extended and improved cookie testing


Revision tags: curl-7_9_8, curl-7_9_7, curl-7_9_7-pre2, curl-7_9_6, curl-7_9_5
# ca161737 27-Feb-2002 Daniel Stenberg

use the correct time in the cookie jar


# ff291eee 26-Feb-2002 Daniel Stenberg

new field1 functionality testing too


# 634760cb 26-Feb-2002 Daniel Stenberg

test 31: "HTTP with weirdly formatted cookies and cookiejar storage"


12