RE: [Webware-devel] Bad cookies hang Webkit

2001-09-20 Thread Jeff Johnson
Since I'm going on vacation as soon as I fix this problem, I decided I'd better try again. I didn't write the crappy cookie with the equal sign but my code has to deal with it... Here's a good fix for WebUtils.Cookie.py around line 518: # @@ JCJ - allow equal signs in the cookie value. #_LegalC

RE: [Webware-devel] Bad cookies hang Webkit

2001-09-20 Thread Jeff Johnson
Well, I found the person with the bad cookies. The offending cookie is has two equal signs in it! Is that legal?? "WWWLYCOS=SATISFACTIONSURVEY=N;" Does anyone have a suggestion of how we can handle this exception gracefully or improve the parser? I printed out the offending cookie and the exc