Re: SOAPHTTPConnection and session cookies

2001-07-28 Thread Warwick Slade
1 10:28 PM Subject: Re: SOAPHTTPConnection and session cookies > Warwick, > > One option is for you to submit a patch. Brief instructions for doing so > are at the bottom of http://xml.apache.org/source.html > > Scott > > - Original Message - > From: "Warw

Re: SOAPHTTPConnection and session cookies

2001-07-27 Thread Scott Nichol
2001 11:44 PM Subject: SOAPHTTPConnection and session cookies The code within SOAPHTTPConnection stores the header values in a hashtable. To find the Set-Cookie header a get() is performed on the hashtable and hence performs a case sensitive search. If the Web Server returns the header Set-coo

SOAPHTTPConnection and session cookies

2001-07-26 Thread Warwick Slade
The code within SOAPHTTPConnection stores the header values in a hashtable.   To find the Set-Cookie header a get() is performed on the hashtable and hence performs a case sensitive search.   If the Web Server returns the header Set-cookie it will be ignored, currently iPlanet Web Server do