Salnet007 / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

buggy #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. visit a web site with httplib2 
2. which has the cookie content like "expires=Tue, 17-Jul-2007 07:22:55
GMT; path=/, domain=deleted; expires=Tue, 17-Jul-2007 07:22:55 GMT; path=/,
path=deleted; expires=Tue, 17-Jul-2007 07:22:55 GMT; path=/,
expires=deleted; expires=Tue, 17-Jul-2007 07:22:55 GMT; path=/', 'server':
'CWS/0.9'"
3. then I fail the access the web site with the cookie returned.

What is the expected output? What do you see instead?
proceed visiting the web site.
I see something like 

<br /> <b>Warning</b>: Cookie names can not contain any of the folllowing
'=,; \t\r\n\013\014' (HttpOnly?,JSESSIONID) in
<b>/www/xxxx/home/include/config/config.php</b> on line <b>190</b><br /> <br />

blablabla ...

What version of the product are you using? On what operating system?
httplib2-0.4.0 , python 2.5, windows xp

Please provide any additional information below.

it seems the cookie is not formatted like the http server needs ? can any
one help ?

regards, 
hui cai

Original issue reported on code.google.com by huicai1...@gmail.com on 16 Jul 2008 at 7:44

GoogleCodeExporter commented 9 years ago
httplib2 currently doesn't support cookies natively. This is a requested 
feature,
just not done yet. See issue #11.

http://code.google.com/p/httplib2/issues/detail?id=11

Original comment by joe.gregorio@gmail.com on 6 Sep 2008 at 4:51