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

S.Uthaiyashankar updated AXIS2C-787:
------------------------------------

    Fix Version/s: 1.6.0

> axutil_qname_to_string serialize with the prefix.
> -------------------------------------------------
>
>                 Key: AXIS2C-787
>                 URL: https://issues.apache.org/jira/browse/AXIS2C-787
>             Project: Axis2-C
>          Issue Type: Bug
>          Components: util
>    Affects Versions: 1.2.0
>         Environment: Linux Ubuntu, But this is a bug in every platform
>            Reporter: Dimuthu Gamage
>            Assignee: Damitha Kumarage
>             Fix For: 1.6.0
>
>
> Currently the axutil_qname_to_serialize function serialize the qname with the 
> prefix.
> "localpart|namespace_uri|prefix"
> This cause problems in comparing qnames, 
> I.e. although axutil_qname_equals has get rid of this using different 
> approaches (just not comparing prefixes), In other places like axiom this 
> serialized strings kept in the hashes. (e.g. attribute hash in the element). 
> This leads axiom_element_get_attribute not to work on occasions where the 
> prefix of the given qname is different. This is a problem for 
> interoperability. 
> I think these bugs can be fixed if we remove the prefix in the serialized 
> string generated from axutil_qname_to_string

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

Reply via email to