Re: [tclwebtest] Strange cookie problem with google
Status: Abandoned
Brought to you by:
tils
From: Tilmann S. <ti...@ti...> - 2003-01-24 10:11:31
|
* Grzegorz Adam Hankiewicz <gr...@ef...> [20030124 09:42]: > But tclwebtest fails with a really funny cookie error: Yeah, that's a bug that I've heard about from before. Someone should look into the possible Cookie values and format them before feeding them to the 'clock scan' command. It's happening in this proc: ad_proc -private set_cookie { set_cookie_string } { Parses the value of the http "Set-cookie: " header into the global cookies list. Doesn't do anything with the path argument, e.g. if it is not / than this proc will behave wrongly. Also it currently depends on the Expires= information to be parsable by the tcl command <code>clock scan</code>. If that is not the case then it will throw an error. } { ... set expires_seconds [clock scan $expires] ... } I can't do it immediately, sorry. regards, til -- http://tsinger.com |