You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by bl...@apache.org on 2005/01/16 09:32:30 UTC

cvs commit: xml-security/c/src/xkms/impl XKMSRequestAbstractTypeImpl.cpp

blautenb    2005/01/16 00:32:30

  Modified:    c/src/xkms/impl XKMSRequestAbstractTypeImpl.cpp
  Log:
  Properly handle multiple Pending/Represent elements
  
  Revision  Changes    Path
  1.8       +3 -1      xml-security/c/src/xkms/impl/XKMSRequestAbstractTypeImpl.cpp
  
  Index: XKMSRequestAbstractTypeImpl.cpp
  ===================================================================
  RCS file: /home/cvs/xml-security/c/src/xkms/impl/XKMSRequestAbstractTypeImpl.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- XKMSRequestAbstractTypeImpl.cpp	9 Jan 2005 09:03:53 -0000	1.7
  +++ XKMSRequestAbstractTypeImpl.cpp	16 Jan 2005 08:32:29 -0000	1.8
  @@ -340,6 +340,8 @@
   		if (!strEquals(getXKMSLocalName(c), XKMSConstants::s_tagResponseMechanism))
   			break;
   
  +		c = findNextElementChild(c);
  +
   	}
   
   	if (c != NULL) {