Your message dated Sat, 28 Feb 2009 00:07:37 +0000
with message-id <[email protected]>
and subject line libwww-perl: Cookies are not supported by GET
has caused the Debian Bug report #200584,
regarding libwww-perl: Cookies are not supported by GET
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
200584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=200584
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: libwww-perl
Version: 5.69-3
Severity: normal
Tags: upstream
I know that you can do -H 'Cookie: SESSIONID=xxx' however it only sends
that on the first request. If that then returns a redirect then the
header is not sent through. For many headers (i.e. Referer) this makes
sense, for others (i.e. Cookie, Host) this does not, as it will be
needed for all of the requests going to a particular site.
Maybe there is a need to add an option to specify that these headers
should be sent on all requests, including redirects.
-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux paulw-desktop 2.4.21-1-686 #2 Mon Jun 16 22:13:09 EST 2003 i686
Locale: LANG=C, LC_CTYPE=C
Versions of packages libwww-perl depends on:
pn libdigest-md5-perl Not found.
ii libhtml-parser-perl 3.28-2 A collection of modules that parse
ii libhtml-tree-perl 3.17-1 represent and create HTML syntax t
ii libmime-base64-perl 2.20-1 MIME/Base64 decoding for Perl
ii libnet-perl 1:1.12-1 Implementation of Internet protoco
ii liburi-perl 1.23-1 Manipulates and accesses URI strin
ii perl [libmime-base64-perl] 5.8.0-18 Larry Wall's Practical Extraction
ii perl-modules [libnet-perl] 5.8.0-18 Core Perl modules.
-- no debconf information
--- End Message ---
--- Begin Message ---
tag 200584 +wontfix
thanks
Hi,
the reason of having a GET program is to handle only a minimum set
of LWP::UserAgent capabilities through a simple command line.
Therefore the option -H is designed to send headers, cookies require
some more logic on the application side, please remember that cookies
are fully supported by LWP::UserAgent (see the cookie_jar function).
I'll close this bug accordingly, as I said, GET can do all the things
that LWP::UserAgent does but it doesn't do them because it's left
intentionally with a minimum set of functionalities.
Cheers
Antonio
--- End Message ---