Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-1215

javadoc error in org.apache.axis.configuration.XMLStringProvider

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Resolution: Won't Fix
    • None
    • None
    • Documentation
    • None
    • Operating System: Other
      Platform: All
    • 26620

    Description

      The example does not display properly in HTML because XML content is not
      properly escaped.

      To fix, I think it would be sufficient to replace
      Example of usage:
      new XMLStringProvider("<engineConfig><handlers><handler name=" +
      "\"MsgDispatcher\" class=\"org.apache.axis.providers.java" +
      ".MsgProvider\"/></handlers><services><service name=\"Adm" +
      "inService\" pivot=\"MsgDispatcher\"><option name=\"class" +
      "Name\" value=\"org.apache.axis.utils.Admin\"/><option na" +
      "me=\"allowedMethods\" value=\"AdminService\"/><option na" +
      "me=\"enableRemoteAdmin\" value=\"false\"/></service></se" +
      "rvices></engineConfig>");

      with

      Example of usage:
      new XMLStringProvider("<engineConfig><handlers><handler name=" +
      "\"MsgDispatcher\" class=\"org.apache.axis.providers.java" +
      ".MsgProvider\"/></handlers><services><service name=\"Adm" +
      "inService\" pivot=\"MsgDispatcher\"><option name=\"class" +
      "Name\" value=\"org.apache.axis.utils.Admin\"/><option na" +
      "me=\"allowedMethods\" value=\"AdminService\"/><option na" +
      "me=\"enableRemoteAdmin\" value=\"false\"/></service></se" +
      "rvices></engineConfig>");

      Attachments

        Activity

          People

            Unassigned Unassigned
            jgreif@alumni.princeton.edu Jeff Greif
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: