RE: Session Scope and Cookies

2002-06-06 Thread K. Swaminathan
->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? The clea

Re: Session Scope and Cookies

2002-06-06 Thread Scott Nichol
I'll give this a try. Scott Nichol - Original Message - From: "K. Swaminathan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, June 06, 2002 2:11 PM Subject: RE: Session Scope and Cookies > ->If its an issue with SOAP 2.2 its not solved with 2.3. I wrote the > ->cookie stuf

[PATCH] servlet exception handling

2002-06-06 Thread John Gregg
I encountered a problem with the RPCRouterServlet.doPost() exception handling itself throwing an exception. One problem I had in debugging it was that the ServletException that was created and thrown was doing a new ServletException("blah blah blah: " + e), which is pretty useless. I changed it

[PATCH] Session Scope and Cookies

2002-06-06 Thread Scott Nichol
Here's my patch. Attached is a diff for SOAPHTTPConnection and a new file for org.apache.soap.transport.http.Cookie. I have tested this locally with samples.addressbook2.Main to confirm that it does not break the existing functionality. I have also tested the new Cookie class with a test harnes