>The parseHeaders() does not support multiple headers with the same name (it 
>is using an hashtable). However, according to the spec. it is allowed to
>have several "set-cookie" headers :

And not just "set-cookie".  Per HTTP/1.0 and HTTP/1.1 specs, headers like:

Name: Value-A
Name: Value-B

should be equivalent to:

Name: Value-A, Value-B

There are several other cookie-related bugs in the main branch of 
HTTPClient. (You know, the one that's ready for a 1.0 release.) Many of 
these are fixed in the rlw-refactoring branch, but I'm not quite ready to 
merge that back in yet.


_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp

Reply via email to