DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9458>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9458

Small errors in docs for server-side XML-RPC

           Summary: Small errors in docs for server-side XML-RPC
           Product: XML-RPC
           Version: unspecified
          Platform: Other
               URL: http://xml.apache.org/xmlrpc/server.html
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Website
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In the section "Using XML-RPC within a Servlet environment", the code reads:

byte[] result = xmlrpc.execute (request.getInputStream ());
...
response.setContentLength (result.length ());

should read
response.setContentLength (result.length);

As well, the section mentions that a full example servlet is included in the 
package, however I have been unable to find one. Is this something that's still 
pending?

Reply via email to