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 ax...@ws.apache.org on 2004/08/23 18:17:19 UTC

[jira] Created: (AXISCPP-134) getAttribute needs to work when up to 2 of the 3 parameters are null or empty

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-134

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-134
    Summary: getAttribute needs to work when up to 2 of the 3 parameters are null or empty
       Type: Improvement

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             Basic Architecture

   Assignee: 
   Reporter: Fred Preston

    Created: Mon, 23 Aug 2004 9:16 AM
    Updated: Mon, 23 Aug 2004 9:16 AM
Environment: n/a

Description:
ComplexElement::getAttribute(AxisChar* pachPrefix,
	AxisChar* pachURI, AxisChar* pachLocalname)
needs to return an attribute when up to 2 of the 3 parmeters are either null or empty.  Currently, if anything other than prefix is null, the method may become unstable and crash the application.


---------------------------------------------------------------------
JIRA INFORMATION:
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-134) getAttribute needs to work when up to 2 of the 3 parameters are null or empty

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


> getAttribute needs to work when up to 2 of the 3 parameters are null or empty
> -----------------------------------------------------------------------------
>
>          Key: AXISCPP-134
>          URL: http://issues.apache.org/jira/browse/AXISCPP-134
>      Project: Axis-C++
>         Type: Improvement

>   Components: Basic Architecture
>  Environment: n/a
>     Reporter: Fred Preston
>     Assignee: Adrian Dick
>      Fix For: current (nightly)
>  Attachments: ComplexElement.cpp.patch
>
> ComplexElement::getAttribute(AxisChar* pachPrefix,
> 	AxisChar* pachURI, AxisChar* pachLocalname)
> needs to return an attribute when up to 2 of the 3 parmeters are either null or empty.  Currently, if anything other than prefix is null, the method may become unstable and crash the application.

-- 
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] Resolved: (AXISCPP-134) getAttribute needs to work when up to 2 of the 3 parameters are null or empty

Posted by ax...@ws.apache.org.
Message:

   The following issue has been resolved as FIXED.

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-134

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-134
    Summary: getAttribute needs to work when up to 2 of the 3 parameters are null or empty
       Type: Improvement

     Status: Resolved
   Priority: Major
 Resolution: FIXED

    Project: Axis-C++
 Components: 
             Basic Architecture
   Fix Fors:
             current (nightly)

   Assignee: Adrian Dick
   Reporter: Fred Preston

    Created: Mon, 23 Aug 2004 9:16 AM
    Updated: Tue, 24 Aug 2004 7:53 AM
Environment: n/a

Description:
ComplexElement::getAttribute(AxisChar* pachPrefix,
	AxisChar* pachURI, AxisChar* pachLocalname)
needs to return an attribute when up to 2 of the 3 parmeters are either null or empty.  Currently, if anything other than prefix is null, the method may become unstable and crash the application.


---------------------------------------------------------------------
JIRA INFORMATION:
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-134) getAttribute needs to work when up to 2 of the 3 parameters are null or empty

Posted by ax...@ws.apache.org.
Message:

   The following issue has been re-assigned.

   Assignee: Adrian Dick (mailto:adrian.dick@uk.ibm.com)
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-134

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-134
    Summary: getAttribute needs to work when up to 2 of the 3 parameters are null or empty
       Type: Improvement

     Status: Open
   Priority: Major

    Project: Axis-C++
 Components: 
             Basic Architecture

   Assignee: Adrian Dick
   Reporter: Fred Preston

    Created: Mon, 23 Aug 2004 9:16 AM
    Updated: Tue, 24 Aug 2004 7:30 AM
Environment: n/a

Description:
ComplexElement::getAttribute(AxisChar* pachPrefix,
	AxisChar* pachURI, AxisChar* pachLocalname)
needs to return an attribute when up to 2 of the 3 parmeters are either null or empty.  Currently, if anything other than prefix is null, the method may become unstable and crash the application.


---------------------------------------------------------------------
JIRA INFORMATION:
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] Updated: (AXISCPP-134) getAttribute needs to work when up to 2 of the 3 parameters are null or empty

Posted by ax...@ws.apache.org.
The following issue has been updated:

    Updater: Fred Preston (mailto:prestonf@uk.ibm.com)
       Date: Tue, 24 Aug 2004 6:13 AM
    Comment:
This patch will fix the ComplexElement::getAttribute() problem when up to two of the parameters are either null or empty strings.
    Changes:
             Attachment changed to ComplexElement.cpp.patch
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://issues.apache.org/jira/browse/AXISCPP-134?page=history

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXISCPP-134

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXISCPP-134
    Summary: getAttribute needs to work when up to 2 of the 3 parameters are null or empty
       Type: Improvement

     Status: Unassigned
   Priority: Major

    Project: Axis-C++
 Components: 
             Basic Architecture

   Assignee: 
   Reporter: Fred Preston

    Created: Mon, 23 Aug 2004 9:16 AM
    Updated: Tue, 24 Aug 2004 6:13 AM
Environment: n/a

Description:
ComplexElement::getAttribute(AxisChar* pachPrefix,
	AxisChar* pachURI, AxisChar* pachLocalname)
needs to return an attribute when up to 2 of the 3 parmeters are either null or empty.  Currently, if anything other than prefix is null, the method may become unstable and crash the application.


---------------------------------------------------------------------
JIRA INFORMATION:
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