You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2008/07/18 08:30:32 UTC

[jira] Assigned: (AXIS2-3913) Multiple policies not serialized correctly at service level (as portType PolicyURIs attribute)

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

Deepal Jayasinghe reassigned AXIS2-3913:
----------------------------------------

    Assignee: Sanka Samaranayake

> 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
>            Assignee: Sanka Samaranayake
>             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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org