Re: [http-client] Does HttpClient support the HttpOnly cookie attribute?

2007-04-20 Thread sebb
On 16/04/07, Oleg Kalnichevski [EMAIL PROTECTED] wrote: On Sun, 2007-04-15 at 09:48 -0400, Tom Muldoon wrote: It appears that the HttpOnly cookie attribute is not recognized by the CookieSpec class (in both HttpClient 3.0 and 3.1rc). i.e. the following message is logged ... CookieSpec -

Re: [http-client] Does HttpClient support the HttpOnly cookie attribute?

2007-04-16 Thread Oleg Kalnichevski
On Sun, 2007-04-15 at 09:48 -0400, Tom Muldoon wrote: It appears that the HttpOnly cookie attribute is not recognized by the CookieSpec class (in both HttpClient 3.0 and 3.1rc). i.e. the following message is logged ... CookieSpec - Unrecognized cookie attribute: name=HttpOnly,

[http-client] Does HttpClient support the HttpOnly cookie attribute?

2007-04-15 Thread Tom Muldoon
It appears that the HttpOnly cookie attribute is not recognized by the CookieSpec class (in both HttpClient 3.0 and 3.1rc). i.e. the following message is logged ... CookieSpec - Unrecognized cookie attribute: name=HttpOnly, value=null This appears to be a bit of a show stopper, as the