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
Fix For: 1.2.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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]