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
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
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