libwww-perl-5.806 causes data loss in HTTP Headers

libwww-perl-5.806 causes data loss in HTTP Headers

am 28.07.2007 02:47:11 von overlordq

libwww-perl-5.806

If three Set-Cookie headers are sent in the reply, HTTP::Cookies only
keeps the third and last one.

Re: libwww-perl-5.806 causes data loss in HTTP Headers

am 28.07.2007 17:07:41 von mumia.w.18.spam+nospam

On 07/27/2007 07:47 PM, OverlordQ wrote:
> libwww-perl-5.806
>
> If three Set-Cookie headers are sent in the reply, HTTP::Cookies only
> keeps the third and last one.
>

Could you create a very short program to demonstrate this?

BTW, libwww-perl makes a 'request' to a server, and that request would
contain 'Set-Cookie' headers. A server would respond with a 'response,'
and that response would contain 'Cookie' headers.

RE: libwww-perl-5.806 causes data loss in HTTP Headers

am 30.07.2007 02:22:20 von ted.behling

Mumia,

I think you meant to say the request contains Cookie headers and the
response contains Set-cookie headers.

Best regards,

Ted Behling

-----Original Message-----
From: Mumia W. [mailto:mumia.w.18.spam+nospam@earthlink.net]=20
Sent: Saturday, July 28, 2007 11:08 AM
To: libwww@perl.org
Subject: Re: libwww-perl-5.806 causes data loss in HTTP Headers

On 07/27/2007 07:47 PM, OverlordQ wrote:
> libwww-perl-5.806
>=20
> If three Set-Cookie headers are sent in the reply, HTTP::Cookies only=20
> keeps the third and last one.
>=20

Could you create a very short program to demonstrate this?

BTW, libwww-perl makes a 'request' to a server, and that request would
contain 'Set-Cookie' headers. A server would respond with a 'response,'=20
and that response would contain 'Cookie' headers.