Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3913

Multiple policies not serialized correctly at service level (as portType PolicyURIs attribute)

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.4
    • 1.4.1
    • kernel
    • None
    • any

    Description

      The string concatenation at org.apache.axis2.description.AxisService2WSDL11#addPolicyAsExtAttribute is faulty.
      What it does is:

      String value = null;
      for (Iterator iterator = policyURIs.iterator(); iterator.hasNext()

      { String uri = (String) iterator.next(); value = (value == null) ? uri : " " + uri; }

      which is clearly wrong.

      Attachments

        Activity

          People

            sanka Hettige Don Ignatious Nywan Sanka Samaranayake
            chefo Stefan Vladov
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: