[ 
https://issues.apache.org/jira/browse/AXIS2-3913?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Stefan Vladov updated AXIS2-3913:
---------------------------------

    Summary: Multiple policies not serialized correctly at service level (as 
portType PolicyURIs attribute)  (was: Multiple ploicies not serialized 
correctly at service level (as portType PolicyURIs attribute))

> Multiple policies not serialized correctly at service level (as portType 
> PolicyURIs attribute)
> ----------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-3913
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3913
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: kernel
>    Affects Versions: 1.4
>         Environment: any
>            Reporter: Stefan Vladov
>             Fix For: 1.4.1
>
>         Attachments: AxisService2WSDL11_portType_policy.txt
>
>
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to