Uploaded image for project: 'XML-RPC'
  1. XML-RPC
  2. XMLRPC-128

three bugs in the FAQ

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.1.1
    • Website
    • None
    • linux, java 1.4.2

    Description

      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

      Attachments

        Activity

          People

            jochen@apache.org Jochen Wiedmann
            kaminw kamin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: