three bugs in the FAQ
---------------------

                 Key: XMLRPC-128
                 URL: http://issues.apache.org/jira/browse/XMLRPC-128
             Project: XML-RPC
          Issue Type: Bug
          Components: Website
    Affects Versions: 3.0
         Environment: linux, java 1.4.2
            Reporter: kamin


The newPropertyHandlerMapping function on
this page of the FAQ:
http://ws.apache.org/xmlrpc/faq.html#client_ip

has three bugs in it:
1.  The  RequestSpecificProcessorFactoryFactory class
is calling a function of "super" even though it does
not extend anything
2.  the proc.init function is taking a param of the
wrong type
3.  the second to last line should take "factory" as a
paramater, not "mapping" (this is just a typo)

I copy/pasted the code from the
FAQ into a set of files that actually compile (besides
these three bugs, of course) as long as you have the
xmlrpc and javax.servlet jars are in your classpath. 
You can find the code here:

http://www.geocities.com/kaminw/xmlrpcTest.tgz





-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to