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 "Fred Preston (JIRA)" <ax...@ws.apache.org> on 2005/02/23 11:39:49 UTC

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

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


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

Posted by "Fred Preston (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-473?page=history ]

Fred Preston reassigned AXISCPP-473:
------------------------------------

    Assign To:     (was: Fred Preston)

> 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

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


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

Posted by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org>.
     [ 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


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

Posted by "John Hawkins (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-473?page=history ]

John Hawkins updated AXISCPP-473:
---------------------------------

    Component: Client - Engine

> 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

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


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

Posted by "Dushshantha Chandradasa (JIRA)" <ax...@ws.apache.org>.
     [ http://issues.apache.org/jira/browse/AXISCPP-473?page=all ]

Dushshantha Chandradasa reassigned AXISCPP-473:
-----------------------------------------------

    Assign To: Dushshantha Chandradasa

> 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