Re: Apache license update

2004-04-07 Thread Scott Nichol
There is a new "nightly" release at http://cvs.apache.org/dist/soap/nightly/2004-04-07/. This has the new Apache license (finally), manifest files in soap.jar and soap.war (hurray), and a fix that trims the value in the HTTP Content-Length header. Scott Nichol Do not send e-mail directly to t

RE: eliminating one or two in memory copies of the response payload

2004-04-07 Thread WJCarpenter
wjc> I'm developing an obsession with getting rid of unnecessary wjc> copies during response processing. A patch for this is attached to bug SOAP-166: http://nagoya.apache.org/jira/browse/SOAP-166 I'd appreciate it if anyone who can would give it a try and report pro or con. For me, it gave

[jira] Commented: (SOAP-166) streaming reponse payloads

2004-04-07 Thread jira
The following comment has been added to this issue: Author: Bill Carpenter Created: Wed, 7 Apr 2004 5:47 PM Body: Forgot to mention that the attached patch is against current CVS sources (as of 7 April 2004). - Vi

[jira] Updated: (SOAP-166) streaming reponse payloads

2004-04-07 Thread jira
The following issue has been updated: Updater: Bill Carpenter (mailto:[EMAIL PROTECTED]) Date: Wed, 7 Apr 2004 5:46 PM Comment: The attached patch implements streaming responses for Call.invoke(). It doesn't do anything about streaming responses for Message.receive(). Changes:

[jira] Created: (SOAP-166) streaming reponse payloads

2004-04-07 Thread jira
Message: A new issue has been created in JIRA. - View the issue: http://issues.apache.org/jira/browse/SOAP-166 Here is an overview of the issue: - K