If its an issue with SOAP 2.2 its not solved with 2.3. I wrote the cookie stuff with the expectation that there would be only one (I don't recall my mental state then but probably it was a combination of lack of understanding and laziness ;-)). Can you submit a patch to fix it?
Bye, Sanjiva. ----- Original Message ----- From: "K. Swaminathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 5:44 AM Subject: Session Scope and Cookies > > The SOAPHttpConnection.java, seems to remember and restore only a single > entry > for the Set-Cookie and Set-Cookie2 header fields, whereas the spec allows > for > more than one to be present. > > Is this a solved issue in SOAP 2.3?? > > thanks > Swami K. > > > >One thing to point out, this is a CLIENT side issue not a server side > issue. > > > >It does appear to be correct that multiple entries can be sent in the same > >"Cookie:" value, but in terms of storing an manipulating them this has to > be > >done outside of the XML-SOAP code. (Thanks for that one Scott). > > > >On the non-passing of the transport headers, this is still there in the > >current nightly build. This does appear to be a minor bug-ette. Is the > fix > >that sends the headers from the transport acceptable ? > > > >Steve > > > > -----Original Message----- > > From: Steve Jones [SMTP:[EMAIL PROTECTED]] > > Sent: 04 April 2001 16:45 > > To: Soap-Dev (E-mail) > > Subject: Session scope and cookies... > > > >... > > The problem is that because the headers is a hashtable indexed by the key > > then only one cookie can be sent. This is fine for my example as the only > > cookie is the JSESSIONID, if however another cookie was sent it would be > > up > > for grabs which one is sent back. > > > > What should I really have done ? > > > > Steve