Patches item #1117339, was opened at 2005-02-06 16:30
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1117339&group_id=5470

Category: Library (Lib)
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: John J Lee (jjlee)
Assigned to: Nobody/Anonymous (nobody)
Summary: cookielib and cookies with special names

Initial Comment:
cookielib's Netscape cookies parser,
parse_ns_headers(), treats Netscape cookies whose names
happen to match one of the special cookie-attribute
names as if they were a cookie-attribute rather than a
cookie name=value pair.

Eg. Set-Cookie: expires="foo"

Here, expires is the cookie name, not a special expires
cookie-attribute.

The patch includes two new tests, a patch to
cookielib.py and a fix to an existing test.


----------------------------------------------------------------------

>Comment By: Martin v. L�wis (loewis)
Date: 2005-03-03 11:48

Message:
Logged In: YES 
user_id=21627

Thanks for the patch. Applied as

cookielib.py 1.4.2.2
test_cookielib.py 1.1.4.1
NEWS 1.1193.2.26
cookielib.py 1.8
test_cookielib.py 1.2
NEWS 1.1254


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1117339&group_id=5470
_______________________________________________
Patches mailing list
[email protected]
http://mail.python.org/mailman/listinfo/patches

Reply via email to