"John J. Lee" <[EMAIL PROTECTED]> writes: > On 10 May 2002, Gisle Aas wrote: > > > "John J. Lee" <[EMAIL PROTECTED]> writes: > > > > > Does LWP do the right thing with redirects and RFC 2965 cookies? I don't > > > > I thought it did. > > Where? I did look, didn't find anything.
In &LWP::UserAgent::request cookies are cleared on redirect. > [...] > > So what does LWP do wrong? Are you saying that it does send > > doubleclick.com cookies to other sites? > > I think so. I ported Cookie.pm to Python just recently, so I *should* > have noticed any redirect handling in there. I see, Now I understand your point of view. What are the RFC 2965 rules you want it to enforce? Is it this one: | When it makes an unverifiable transaction, a user agent MUST disable | all cookie processing (i.e., MUST NOT send cookies, and MUST NOT | accept any received cookies) if the transaction is to a third-party | host. Regards, Gisle
