cURL
Haxx ad
libcurl

curl's project page on SourceForge.net

Sponsors:
Haxx

cURL > Mailing List > Monthly Index > Single Mail

curl-tracker Archives

[curl:bugs] #1259 [regression] In 7.31 cookie-jar is not working

From: Lukasz Wasikowski <idaho7_at_users.sf.net>
Date: Tue, 23 Jul 2013 11:29:03 +0000

Ok, my bad, sorry for the noise. I forgot to turn on cookies support in FreeBSD's port.

---
** [bugs:#1259] [regression] In 7.31 cookie-jar is not working**
**Status:** pending-invalid
**Labels:** cookie 
**Created:** Tue Jul 23, 2013 08:33 AM UTC by Lukasz Wasikowski
**Last Updated:** Tue Jul 23, 2013 11:12 AM UTC
**Owner:** Daniel Stenberg
Since curl 7.31 cookie-jar stopped working (or changed behaviour).
$ curl --version
curl 7.30.0 (x86_64-pc-linux-gnu) libcurl/7.30.0 OpenSSL/1.0.1c zlib/1.2.7 libidn/1.26
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: IDN Largefile NTLM NTLM_WB SSL libz TLS-SRP
$ curl --silent -c - --location --output /dev/null 'http://www.wp.pl'
# Netscape HTTP Cookie File
# http://curl.haxx.se/docs/http-cookies.html
# This file was generated by libcurl! Edit at your own risk.
.www.wp.pl      TRUE    /       FALSE   1374741026      reksticket      1374568226
.wp.pl  TRUE    /       FALSE   1374741026      rekticket       1374568226
www.wp.pl       FALSE   /       FALSE   1469176226      statid  8cbec3b963311a5dc6b026828f28e1bd:3d5c93:1374568226:v3
.wp.pl  TRUE    /       FALSE   1469176226      statid  8cbec3b963311a5dc6b026828f28e1bd:3d5c93:1374568226:v3
# curl --version
curl 7.31.0 (amd64-portbld-freebsd9.1) libcurl/7.31.0 OpenSSL/0.9.8x zlib/1.2.7 libidn/1.27
Protocols: dict file ftp ftps gopher http https imap imaps pop3 pop3s rtsp smtp smtps telnet tftp
Features: AsynchDNS IDN Largefile NTLM NTLM_WB SSL libz
# curl --silent -c - --location --output /dev/null 'http://www.wp.pl'
7.31 outputs no cookies.
---
Sent from sourceforge.net because curl-tracker@cool.haxx.se is subscribed to https://sourceforge.net/p/curl/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/curl/admin/bugs/options.  Or, if this is a mailing list, you can unsubscribe from the mailing list.
Received on 2013-07-23

These mail archives are generated by hypermail.

donate! Page updated May 06, 2013.
web site info

File upload with ASP.NET