bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-wget] Quotes get striped in cookie values


From: Nirgal Vourgère
Subject: [Bug-wget] Quotes get striped in cookie values
Date: Tue, 2 Aug 2011 04:57:25 +0000
User-agent: KMail/1.13.5 (Linux/2.6.32-5-686; KDE/4.4.5; i686; ; )

Hello

When server sends header:
Set-Cookie: 
SSOCOOKIECC="L2ZS6azH5Mc4dwO/601i9QgGInPjnaaCeQWLTQbV3JD+RbT1Ryw/6ahTJS+boW94I86y3k62U1iIOOXv3cqPxw==";
 Version=1; Path=/
wget sends afterward:
Cookie: 
SSOCOOKIECC=L2ZS6azH5Mc4dwO/601i9QgGInPjnaaCeQWLTQbV3JD+RbT1Ryw/6ahTJS+boW94I86y3k62U1iIOOXv3cqPxw==
while it should be sending:
Cookie: 
SSOCOOKIECC="L2ZS6azH5Mc4dwO/601i9QgGInPjnaaCeQWLTQbV3JD+RbT1Ryw/6ahTJS+boW94I86y3k62U1iIOOXv3cqPxw=="

Curl and Iceweasel works fine with that kind of cookies.

That "feature" was originally repported on Debian bug tracking system at:
http://bugs.debian.org/587033

I am no longer using that web site, and I had switched to curl anyways when I 
did, so I don't really need a fix.
But I lost many hours on that problem, and if someone could have a look, it 
might save other people some time in the future.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]