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 "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org> on 2005/06/09 07:47:14 UTC

[jira] Closed: (AXISCPP-473) Attribute::serialize does not check if namespace has a uri

     [ http://issues.apache.org/jira/browse/AXISCPP-473?page=all ]
     
Dushshantha Chandradasa closed AXISCPP-473:
-------------------------------------------

    Resolution: Fixed

the Problem has been solved , so i close the issue.

> 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
>   Components: Client - Engine
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Dushshantha Chandradasa

>
> 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
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira