You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@axis.apache.org by "Olivier Mengué (JIRA)" <ji...@apache.org> on 2010/03/10 10:43:27 UTC

[jira] Commented: (AXIS2C-787) axutil_qname_to_string serialize with the prefix.

    [ https://issues.apache.org/jira/browse/AXIS2C-787?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843498#action_12843498 ] 

Olivier Mengué commented on AXIS2C-787:
---------------------------------------

In which revision has it been fixed?

> 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.7.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.


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscribe@axis.apache.org
For additional commands, e-mail: c-dev-help@axis.apache.org