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

XML-RPC *expects* the <params> tag

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.1
    • Releases
    • None
    • window 2003 standard server, with xmlrpc++ client(version 0.7)

    Description

      If the method has no arguments, some client implementation may not send the <params> tag.
      in this situation, apache xml-rpc server will cause a NullPointerException.
      i try to trace the function call and it seems that xml-rpc uses the <params> tag as a clue to lazy
      initailize the ArrayList that containing method call parameters, so if no <params> tag, the list
      will never be created, and result in a NPE.

      Attachments

        Activity

          People

            Unassigned Unassigned
            june.fang June Fang
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: