Bugs item #655562, was opened at 2002-12-17 21:38
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=655562&group_id=4866

Category: WebKit
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Edmund Lian (elian)
Assigned to: Nobody/Anonymous (nobody)
Summary: Error in setCookie method of HTTPRespons

Initial Comment:
Last line of setCookie method reads:

self.response().addCookie(cookie)

It should be:

self.addCookie(cookie)

Diff attached.

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

>Comment By: Stuart Donaldson (stuartd)
Date: 2002-12-23 22:23

Message:
Logged In: YES 
user_id=326269

This has been fixed in CVS, along with some other issues
with setCookie and the expiration not working properly.

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=104866&aid=655562&group_id=4866


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to