Attribute::serialize does not check if namespace has a uri
----------------------------------------------------------

         Key: AXISCPP-473
         URL: http://issues.apache.org/jira/browse/AXISCPP-473
     Project: Axis-C++
        Type: Bug
 Environment: n/a
    Reporter: Fred Preston
 Assigned to: Fred Preston 


Attribute::serialize does not check if namespace has a uri.  This will cause 
problems for the deserializer of the message because if a namespace is defined 
without the accompanying uri, it will not know how to handle the message and a 
fault will be returned.  When checking whether the attribute is serializable 
(i.e. isSerializable()), a second check should be done to see if the namespace 
has an associated uri.  This could be done by calling pSZ->getNamespaceURL( 
m_prefix) (a new function that could be added to the serializer that would 
iterate through the namespace list looking to see if the namespacee name has a 
valid (not null or empty) uri).

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira

Reply via email to