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=16343>. 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=16343 Documentation problem Summary: Documentation problem Product: XML-RPC Version: unspecified Platform: PC OS/Version: Other Status: NEW Severity: Critical Priority: Other Component: Source AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Downloaded documentation extracted from the file: xmlrpc-1.1.zip or xmlrpc-1.1.tar.gz or xmlrpc-1.1-src.zip has a problem int the file C:\xmlrpc-1.1\docs\server.html at the section: Using XML-RPC within a Servlet environment It incorectly says: response.setContentLength (result.length ()); instead of what is on the website response.setContentLength (result.length); Probably there's a lot more places where this has propagated to. For people new to the technology this can be an unnecesary headache. Thanks, Steve Novak