Re: [Webware-devel] cookie bugs.

2002-12-24 Thread Ian Bicking
On Tuesday, December 24, 2002, at 12:42 AM, Stuart Donaldson wrote: I am trying to nock off some of the bugs as can. I just fixed the bug in HTTPResponse setCookie(). And I also found some other problems with the expiration date handling which I fixed. It seems like the expiration date parsing

[Webware-devel] cookie bugs.

2002-12-23 Thread Stuart Donaldson
I am trying to nock off some of the bugs as can. I just fixed the bug in HTTPResponse setCookie(). And I also found some other problems with the expiration date handling which I fixed. It seems like the expiration date parsing might best be placed on the Cookie object itself. I didn't get tha